feat(core): base pages

This commit is contained in:
2026-04-17 18:01:38 +02:00
parent fef4853069
commit fa50cd39b4
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export default function Projects() {
return (
<p className="text-center">in work ...</p>
);
}