Update login.tsx

This commit is contained in:
Arthur Belleville 2025-03-27 08:07:18 +01:00 committed by GitHub
parent 3c48b33dcb
commit 954fc8d583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();