From 4c901d073376ab9fd37284801011a12261d5963d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 13:12:21 +0000 Subject: Linting and formatting --- web/components/auth/logout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'web/components') diff --git a/web/components/auth/logout.tsx b/web/components/auth/logout.tsx index 87391c84..8d627f68 100644 --- a/web/components/auth/logout.tsx +++ b/web/components/auth/logout.tsx @@ -3,9 +3,14 @@ import { signOut } from "next-auth/react"; export const LogoutButton = () => { return ( - ); -- cgit v1.2.3-70-g09d2