diff --git a/ui/src/components/BrandButtons/LoginWIthGoogle.tsx b/ui/src/components/BrandButtons/LoginWIthGoogle.tsx deleted file mode 100644 index 0dedcd0..0000000 --- a/ui/src/components/BrandButtons/LoginWIthGoogle.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import "./login-with-google.css"; -import { useLoginGoogle } from "../../hooks/auth"; - -export function LoginWithGoogle() { - const { loginWithGoogle } = useLoginGoogle(); - - return ( - - ); -}