From 083ea5bd19172381bb53e95aaf98eaabef839c54 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 12:26:29 +0000 Subject: Move the web app into a subdir --- components/auth/login.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 components/auth/login.tsx (limited to 'components/auth/login.tsx') diff --git a/components/auth/login.tsx b/components/auth/login.tsx deleted file mode 100644 index 4cd55546..00000000 --- a/components/auth/login.tsx +++ /dev/null @@ -1,17 +0,0 @@ -"use client"; -import { signIn } from "next-auth/react"; - -export const LoginButton = () => { - return ( - - ); -}; -- cgit v1.2.3-70-g09d2