Desc:
- Perubahan tampilan
This commit is contained in:
2023-10-03 17:46:15 +08:00
parent a82019552f
commit b505e5813e
13 changed files with 321 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
import { atomWithStorage } from "jotai/utils";
export const gs_token = atomWithStorage<any | null>("gs_token", null);