diff --git a/src/app/projects/[id]/page.tsx b/src/app/projects/[id]/page.tsx index e69de29..b701358 100644 --- a/src/app/projects/[id]/page.tsx +++ b/src/app/projects/[id]/page.tsx @@ -0,0 +1,3 @@ +export default function Project() { + return

This is a placeholder for the project page.

; +}