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
+12
View File
@@ -0,0 +1,12 @@
export const metadata = {
title: "",
description: "",
};
export default function Page() {
return (
<div>
<h1>Hello World</h1>
</div>
);
}