# Event
## feat - Tampilan detail status - Tampilan detail main - Tampilan detail kontribusi - Tampilan edit ### No issue
This commit is contained in:
13
src/app_modules/event/detail/publish/index.tsx
Normal file
13
src/app_modules/event/detail/publish/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import { Button, Grid, Group, Stack, Text, Title } from "@mantine/core";
|
||||
import moment from "moment";
|
||||
import ComponentEvent_DetailData from "../../component/detail_data";
|
||||
|
||||
export default function Event_DetailPublish() {
|
||||
return (
|
||||
<>
|
||||
<ComponentEvent_DetailData/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user