feat: add ProjectsPage and ProjectsContent components with project data integration

This commit is contained in:
poyrazavsever
2026-03-10 21:36:42 +03:00
parent 5d83541761
commit 0ccecf6b41
5 changed files with 400 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import { ProjectsContent } from "@/components/projects-content";
export default function ProjectsPage() {
return <ProjectsContent />;
}