Update login.tsx
This commit is contained in:
parent
3c48b33dcb
commit
954fc8d583
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue