import { StackCustom, TextCustom, ViewWrapper } from "@/components"; export default function EventEdit() { return ( <> Edit Event ); }