Tech Table & History components completely rewritten & cleaned up. Just need to implement the realtime subscription now.
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
'use client';
|
||||
|
||||
import { ProfileCard } from "@/components/default/auth";
|
||||
import { ProfileCard } from '@/components/default/auth';
|
||||
|
||||
const ProfilePage = () => {
|
||||
return (
|
||||
return (
|
||||
<div className='w-full mx-auto text-center pt-2 md:pt-10'>
|
||||
<div className='mx-auto flex flex-col items-center justify-center'>
|
||||
<ProfileCard />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
);
|
||||
};
|
||||
|
||||
export default ProfilePage;
|
||||
|
Reference in New Issue
Block a user