MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Props

Interface Props

src/components/SettingAvatarIcon.tsx:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import Icon from "./Icon";
7
8interface Props {}
9
10const SettingAvatarIcon = (props: Props) => {
11 const { t } = useTranslation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected