fix folder

deskripsi:
- pindah folder tampilan untuk anggota/ user biasa ke folder (user)
This commit is contained in:
2025-05-05 17:30:00 +08:00
parent 899ecbc273
commit 1bec1348b4
285 changed files with 13 additions and 10 deletions

View 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>
</>
}