add new pages

This commit is contained in:
2024-06-03 17:49:46 +02:00
parent 3762f6ba26
commit 8a7b481f47
5 changed files with 26 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
export default async function Index() {
return (
<>
<h1>hello</h1>
</>
);
}