From c4a80b202167a11fa840139d99e3b2211ac65c6c Mon Sep 17 00:00:00 2001 From: Buyankhuu Tsolmonkhuu Date: Fri, 6 Oct 2023 16:41:18 -0700 Subject: [PATCH] chore:cleaning file format --- src/app/profileScreen/page.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/app/profileScreen/page.tsx b/src/app/profileScreen/page.tsx index 3e370b18..59174e45 100644 --- a/src/app/profileScreen/page.tsx +++ b/src/app/profileScreen/page.tsx @@ -1,12 +1,3 @@ -<<<<<<< HEAD -export default function Profile() { - return ( -
-
Profile
-
- ); -} -======= 'use client'; import { LogOutButton, GlobalStyle } from './style'; import { createClient } from '@supabase/supabase-js'; @@ -27,4 +18,4 @@ async function signOut() { ); const { error } = await supabase.auth.signOut(); } ->>>>>>> 22db8ee (refactor:changed folder name) +