deskripsi:
Fix event: layout dan event deatil Feature: Button dot, edit screen # No Issue
This commit is contained in:
13
app/(application)/(user)/event/[id]/edit.tsx
Normal file
13
app/(application)/(user)/event/[id]/edit.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { StackCustom, TextCustom, ViewWrapper } from "@/components";
|
||||
|
||||
export default function EventEdit() {
|
||||
return (
|
||||
<>
|
||||
<ViewWrapper>
|
||||
<StackCustom>
|
||||
<TextCustom>Edit Event</TextCustom>
|
||||
</StackCustom>
|
||||
</ViewWrapper>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user