feat
Desc: - Fitur config untuk error pada server di bagian .env PWD - Fitur home dan tampilan menu
This commit is contained in:
9
src/app/dev/home/layout.tsx
Normal file
9
src/app/dev/home/layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { HomeLayout } from "@/app_modules/home";
|
||||
|
||||
export default async function Layout({children}: {children: any}) {
|
||||
return <>
|
||||
<HomeLayout>{children}</HomeLayout>
|
||||
|
||||
</>
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user