I'm tired

This commit is contained in:
Ren Amamiya
2023-03-23 13:03:34 +07:00
parent b3baacb3e0
commit 705430a11e
6 changed files with 80 additions and 75 deletions

3
src/stores/user.tsx Normal file
View File

@@ -0,0 +1,3 @@
import { atom } from 'jotai';
export const currentUser = atom({});