This commit is contained in:
CrescentLeaf
2025-12-06 13:37:25 +08:00
parent 508218a1c5
commit 29ea0c5b84
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import { UserMySelf } from "lingchair-client-protocol"
import useAsyncEffect from "../utils/useAsyncEffect.ts"
import Avatar from "./Avatar.tsx"
import getClient from "../getClient.ts"
import React from "react"
interface Args extends React.HTMLAttributes<HTMLElement> {
avatarRef?: React.LegacyRef<HTMLElement>