refactor(frontend): some degree of api wrapping
This commit is contained in:
parent
f4a63fc95e
commit
ba24815320
11 changed files with 365 additions and 222 deletions
|
@ -1,5 +1,5 @@
|
|||
import { atom } from "recoil";
|
||||
import { MeUser } from "./types";
|
||||
import { MeUser } from "./api-fetch";
|
||||
|
||||
export const userState = atom<MeUser | null>({
|
||||
key: "userState",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue