Skip to content

Commit

Permalink
chore:cleaning file format
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Oct 6, 2023
1 parent 630739d commit c4a80b2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/app/profileScreen/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
<<<<<<< HEAD
export default function Profile() {
return (
<main>
<div>Profile</div>
</main>
);
}
=======
'use client';
import { LogOutButton, GlobalStyle } from './style';
import { createClient } from '@supabase/supabase-js';
Expand All @@ -27,4 +18,4 @@ async function signOut() {
);
const { error } = await supabase.auth.signOut();
}
>>>>>>> 22db8ee (refactor:changed folder name)

0 comments on commit c4a80b2

Please sign in to comment.