Move awtis page to app directory

This commit is contained in:
2023-07-22 13:11:56 +04:00
parent f65a241987
commit 41b882e064
5 changed files with 170 additions and 189 deletions
+7
View File
@@ -0,0 +1,7 @@
export default async function AwtisLayout({children}) {
return (
<section>
{children}
</section>
)
}