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,4 +1,4 @@
|
|||
import type { User } from "@tensamin/user/context";
|
||||
import type { User } from "@tensamin/identity/context";
|
||||
import {
|
||||
Avatar,
|
||||
AvatarImage,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { User } from "@tensamin/user/context";
|
||||
import type { User } from "@tensamin/identity/context";
|
||||
import { Avatar, AvatarFallback, AvatarImage, Button } from "@methanium/ui";
|
||||
import { Text } from "@methanium/ui/markdown";
|
||||
import { ChevronDown, ChevronUp } from "lucide-react";
|
||||
|
|
|
|||
Loading…
Reference in a new issue