move blog to publications

This commit is contained in:
2024-06-03 17:46:29 +02:00
parent 9364264dc1
commit 3762f6ba26
3 changed files with 22 additions and 1 deletions

View File

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