# Event Join

## feat
- Join event
- History semua event dan event saya
### No Issuue
This commit is contained in:
2024-01-31 10:48:20 +08:00
parent ca9214d9e0
commit c01906c063
40 changed files with 682 additions and 98 deletions

View File

@@ -6,4 +6,5 @@ export const gs_event_hotMenu = atomWithStorage("gs_event_hotMenu", 0)
* @param status | "Publish", "Review", "Draft", "Reject"
* @type string
*/
export const gs_event_status = atomWithStorage<string | any>("gs_status_event", "Publish")
export const gs_event_status = atomWithStorage<string | any>("gs_status_event", "Publish")
export const gs_event_riwayat = atomWithStorage<string | any>("gs_event_riwayat", "Semua")