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