fix: add placeholder page

This commit is contained in:
Jack Merrill 2023-06-07 01:07:01 -05:00
parent 22214f0d2d
commit 8cb66a96dd
No known key found for this signature in database
GPG Key ID: B8E3CDF57DD80CA5

View File

@ -0,0 +1,3 @@
export default function Project() {
return <p>This is a placeholder for the project page.</p>;
}