Refactor & clean up code.
This commit is contained in:
9
src/app/(auth)/profile/page.tsx
Normal file
9
src/app/(auth)/profile/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
'use client';
|
||||
|
||||
const ProfilePage = () => {
|
||||
return (
|
||||
<div className='flex flex-col items-center min-h-[90vh]'>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
export default ProfilePage;
|
Reference in New Issue
Block a user