Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7ccbbf8
ragflow
/
web
/
src
/
pages
/
user-setting
/
setting-team
/
index.tsx
balibabu
feat: add UserSetting and set height of MoreIcon to 24px and replace logo (#111)
657bc8a
about 1 year ago
raw
Copy download link
history
blame
105 Bytes
const
UserSettingTeam
= (
) => {
return
<
div
>
UserSettingTeam
</
div
>
;
};
export
default
UserSettingTeam
;