Refactor & clean up code.

This commit is contained in:
2025-07-17 15:20:59 -05:00
parent dabc248010
commit fefe7e8717
31 changed files with 473 additions and 295 deletions

View File

@@ -0,0 +1,9 @@
'use client';
const ProfilePage = () => {
return (
<div className='flex flex-col items-center min-h-[90vh]'>
</div>
);
};
export default ProfilePage;