diff --git a/js/src/features/auth/login-page.tsx b/js/src/features/auth/login-page.tsx index c4b2686..91590e6 100644 --- a/js/src/features/auth/login-page.tsx +++ b/js/src/features/auth/login-page.tsx @@ -1,4 +1,5 @@ import { useState } from "react"; +import { WindowControls } from "@/components/window-controls"; import { EmailStep } from "./email-step"; import { CodeStep } from "./code-step"; @@ -9,21 +10,26 @@ export function LoginPage() { const [email, setEmail] = useState(""); return ( -