Initial commit

This commit is contained in:
2026-04-12 16:53:58 -04:00
parent 48c2356383
commit fe84ec6a43
17 changed files with 628 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function NotFound() {
return (
<div>
<h1>404</h1>
</div>
);
}