11 lines
152 B
TypeScript
11 lines
152 B
TypeScript
import { Event_Beranda } from "@/app_modules/event";
|
|
|
|
export default async function Page() {
|
|
|
|
return (
|
|
<>
|
|
<Event_Beranda />
|
|
</>
|
|
);
|
|
}
|