feat(user): rename to identity
feat(identity): add getIota function with caching
This commit is contained in:
parent
c386e8d5cb
commit
042141c781
40 changed files with 613 additions and 668 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { useCall } from "../store";
|
||||
import { useUserFields } from "@tensamin/user/context";
|
||||
import { useUserFields } from "@tensamin/identity/context";
|
||||
|
||||
const USER_FIELDS = ["Display"] as const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue