This commit is contained in:
Janis
2023-01-22 21:22:48 +01:00
parent 2c0207dc65
commit 92ec33fea4
13 changed files with 319 additions and 150 deletions

View File

@@ -0,0 +1,3 @@
export default async function Layout({ children }) {
return <div>{children}</div>;
}