#Job Vacancy
## feat - Tampilan user ### No Issuue
This commit is contained in:
9
src/app_modules/job/global_state/index.ts
Normal file
9
src/app_modules/job/global_state/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
/**
|
||||
* @param 1: Beranda, 2: Status, 3: Arsip
|
||||
* @returns halaman pada layout
|
||||
*/
|
||||
export const gs_job_hot_menu = atomWithStorage("gs_jobs_hot_menu", 1);
|
||||
|
||||
export const gs_job_status = atomWithStorage<any>("gs_job_status", "Publish");
|
||||
Reference in New Issue
Block a user