From 80bb8a108f29331cdb2f2695f6801beee104dc89 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 8 Feb 2024 15:14:23 +0000 Subject: [refactor] Move the different packages to the package subdir --- web/components/auth/login.tsx | 17 ----------------- web/components/auth/logout.tsx | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 web/components/auth/login.tsx delete mode 100644 web/components/auth/logout.tsx (limited to 'web/components/auth') diff --git a/web/components/auth/login.tsx b/web/components/auth/login.tsx deleted file mode 100644 index 4cd55546..00000000 --- a/web/components/auth/login.tsx +++ /dev/null @@ -1,17 +0,0 @@ -"use client"; -import { signIn } from "next-auth/react"; - -export const LoginButton = () => { - return ( - - ); -}; diff --git a/web/components/auth/logout.tsx b/web/components/auth/logout.tsx deleted file mode 100644 index 8d627f68..00000000 --- a/web/components/auth/logout.tsx +++ /dev/null @@ -1,17 +0,0 @@ -"use client"; -import { signOut } from "next-auth/react"; - -export const LogoutButton = () => { - return ( - - ); -}; -- cgit v1.2.3-70-g09d2