# Voting prototype
- feat - Tampilan beranda - Tampilan status - Tampilan kontribusi - Tampilan riwayat ## No Issue
This commit is contained in:
13
src/app_modules/vote/global_state/index.ts
Normal file
13
src/app_modules/vote/global_state/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
export const gs_vote_hotMenu = atomWithStorage("gs_vote_hotMenu", 0);
|
||||
|
||||
export const gs_vote_status = atomWithStorage<string | any>(
|
||||
"gs_vote_status",
|
||||
"Publish"
|
||||
);
|
||||
|
||||
export const gs_vote_riwayat = atomWithStorage<string | any>(
|
||||
"gs_vote_riwayat",
|
||||
"Semua"
|
||||
);
|
||||
Reference in New Issue
Block a user