From a60d8398729dc1a88ac4a88345aeee10ed3e18fe Mon Sep 17 00:00:00 2001 From: Arthur Belleville <38605430+artslidd@users.noreply.github.com> Date: Thu, 27 Mar 2025 08:00:34 +0100 Subject: [PATCH] Delete ui/src/components/BrandButtons/LoginWIthGoogle.tsx --- .../BrandButtons/LoginWIthGoogle.tsx | 45 ------------------- 1 file changed, 45 deletions(-) delete mode 100644 ui/src/components/BrandButtons/LoginWIthGoogle.tsx 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 ( - - ); -}