diff --git a/ui/src/pages/login.tsx b/ui/src/pages/login.tsx index c920235..ed623fe 100644 --- a/ui/src/pages/login.tsx +++ b/ui/src/pages/login.tsx @@ -1,7 +1,7 @@ import { Button } from "../ui-library/button"; import { twMerge } from "tailwind-merge"; import { useNavigate } from "react-router-dom"; -import { LoginWithGoogle } from "../components/BrandButtons/LoginWIthGoogle"; +import { LoginWithGoogle } from "../components/BrandButtons/LoginWithGoogle"; export function LoginPage() { const navigate = useNavigate();