new feature

deskripsi:
- fitur tambah sponsor
This commit is contained in:
2025-01-24 12:05:43 +08:00
parent 097daa2591
commit 1c438e0c70
42 changed files with 138 additions and 91 deletions

View File

@@ -18,7 +18,7 @@ import { useState } from "react";
import { event_funUpdateKehadiran } from "../fun";
import { Event_funJoinAndConfirmEvent } from "../fun/create/fun_join_and_confirm";
import { gs_event_hotMenu } from "../global_state";
import { MODEL_EVENT } from "../model/interface";
import { MODEL_EVENT } from "../_lib/interface";
import { Event_funJoinEvent } from "../fun/create/fun_join_event";
import "moment/locale/id";
import { apiGetEventDetailById } from "../_lib/api_event";