import { AccentColor } from "@/constants/color-palet"; import { ICON_SIZE_MEDIUM } from "@/constants/constans-value"; import { Ionicons } from "@expo/vector-icons"; export const menuDrawerDraftEvent = ({ id }: { id: string }) => [ { icon: ( ), label: "Edit event", path: `/(application)/(user)/event/${id}/edit`, }, ];