# feat
- Tampilan user selesai
- Tampilan admin in progres
### No Issue
This commit is contained in:
2023-12-23 04:45:55 +08:00
parent 414cf8f776
commit 5c56c32dd4
105 changed files with 4067 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
import { atomWithStorage } from "jotai/utils";
/**
* @param index 0 - 2
* @returns global state hot menu donasi
*/
export const gs_donasi_hot_menu = atomWithStorage("gs_donasi_hot_menu", 0)
/**
* @param status - Publish, Review,, Draft, Reject
* @type string
* @returns status tabs pada posting
*/
export const gs_donasi_tabs_posting = atomWithStorage<string | null>("gs_donasi_tabs_posting", "Publish")