# Event Join
## feat - Join event - History semua event dan event saya ### No Issuue
This commit is contained in:
14
src/app/dev/event/detail/riwayat/[id]/layout.tsx
Normal file
14
src/app/dev/event/detail/riwayat/[id]/layout.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { LayoutEvent_DetailRiwayat } from "@/app_modules/event";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<LayoutEvent_DetailRiwayat>{children}</LayoutEvent_DetailRiwayat>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user