added project pages, updated page for FAM.
This commit is contained in:
12
app/profile/page.tsx
Normal file
12
app/profile/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
|
||||
import Profile from "@/components/Profile";
|
||||
export default function ProfilePage() {
|
||||
return (
|
||||
|
||||
<main>
|
||||
<Profile />
|
||||
</main>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user