diff --git a/app/(application)/(user)/event/(tabs)/_layout.tsx b/app/(application)/(user)/event/(tabs)/_layout.tsx index cf404cd..ddf8ec5 100644 --- a/app/(application)/(user)/event/(tabs)/_layout.tsx +++ b/app/(application)/(user)/event/(tabs)/_layout.tsx @@ -46,7 +46,7 @@ export default function EventLayout() { }} /> ( @@ -55,7 +55,7 @@ export default function EventLayout() { }} /> ( diff --git a/app/(application)/(user)/event/(tabs)/kontribusi.tsx b/app/(application)/(user)/event/(tabs)/contribution.tsx similarity index 100% rename from app/(application)/(user)/event/(tabs)/kontribusi.tsx rename to app/(application)/(user)/event/(tabs)/contribution.tsx diff --git a/app/(application)/(user)/event/(tabs)/riwayat.tsx b/app/(application)/(user)/event/(tabs)/history.tsx similarity index 100% rename from app/(application)/(user)/event/(tabs)/riwayat.tsx rename to app/(application)/(user)/event/(tabs)/history.tsx diff --git a/app/(application)/(user)/event/[id]/publish.tsx b/app/(application)/(user)/event/[id]/publish.tsx index 5be4963..11dbfa1 100644 --- a/app/(application)/(user)/event/[id]/publish.tsx +++ b/app/(application)/(user)/event/[id]/publish.tsx @@ -1,15 +1,10 @@ import { - ViewWrapper, - StackCustom, - TextCustom, - BaseBox, - Grid, - DotButton, - DrawerCustom, - MenuDrawerDynamicGrid, - ButtonCustom, - AlertCustom, - Spacing, + ButtonCustom, + DotButton, + DrawerCustom, + MenuDrawerDynamicGrid, + Spacing, + ViewWrapper } from "@/components"; import { IMenuDrawerItem } from "@/components/_Interface/types"; import LeftButtonCustom from "@/components/Button/BackButton";