Move awtis page to app directory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default async function AwtisLayout({children}) {
|
||||
return (
|
||||
<section>
|
||||
{children}
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user