import { AccentColor } from "@/constants/color-palet"; import { ICON_SIZE_MEDIUM } from "@/constants/constans-value"; import { FontAwesome } from "@expo/vector-icons"; export const menuDrawerPublishEvent = ({ id }: { id: string }) => [ { icon: ( ), label: "Daftar peserta", path: `/(application)/(user)/event/${id}/list-of-participants`, }, ];