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
|
|
@ -19,7 +19,7 @@
|
|||
"@tensamin/shared": "workspace:*",
|
||||
"@tensamin/storage": "workspace:*",
|
||||
"@tensamin/tauri": "workspace:*",
|
||||
"@tensamin/user": "workspace:*",
|
||||
"@tensamin/identity": "workspace:*",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { type ReactNode } from "react";
|
||||
/**
|
||||
import { useEffect, useState, type ReactNode } from "react";
|
||||
import { useUser } from "@tensamin/user/context";
|
||||
import { useUser } from "@tensamin/identity/context";
|
||||
import { useStorage } from "@tensamin/storage/context";
|
||||
import {
|
||||
Button,
|
||||
|
|
|
|||
Loading…
Reference in a new issue