## feat
- Voting user
- Halaman kontribusi
- Halaman riwayat
### No issuue
This commit is contained in:
2024-02-16 17:20:06 +08:00
parent 0dd8e287f4
commit e629157960
135 changed files with 3160 additions and 1501 deletions

View 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"
);