Add blog page

This commit is contained in:
2024-04-25 04:41:05 +02:00
parent 1b8d84b469
commit 9364264dc1
4 changed files with 55 additions and 1 deletions

View File

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