fix folder
deskripsi: - pindah folder tampilan untuk anggota/ user biasa ke folder (user)
This commit is contained in:
8
src/app/dev/(user)/event/edit/[id]/layout.tsx
Normal file
8
src/app/dev/(user)/event/edit/[id]/layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { LayoutEvent_Edit } from "@/app_modules/event";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({children}: {children: React.ReactNode}) {
|
||||
return <>
|
||||
<LayoutEvent_Edit>{children}</LayoutEvent_Edit>
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user