Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import Icon from
"./Icon"
;
7
8
interface Props {}
9
10
const SettingAvatarIcon = (props: Props) => {
11
const { t } = useTranslation();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected