fix
Desc: - Perubahan tampilan
This commit is contained in:
3
src/app_modules/home/state/global_state.ts
Normal file
3
src/app_modules/home/state/global_state.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
export const gs_token = atomWithStorage<any | null>("gs_token", null);
|
||||
Reference in New Issue
Block a user