File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1414 import Tooltip from ' $lib/components/common/Tooltip.svelte' ;
1515 import SensitiveInput from ' $lib/components/common/SensitiveInput.svelte' ;
1616 import Textarea from ' $lib/components/common/Textarea.svelte' ;
17- import { getUserById } from ' $lib/apis/users' ;
1817 import User from ' $lib/components/icons/User.svelte' ;
1918 import UserProfileImage from ' ./Account/UserProfileImage.svelte' ;
2019
Original file line number Diff line number Diff line change 44 const i18n = getContext (' i18n' );
55
66 import { getGroups , getGroupById , getGroupInfoById } from ' $lib/apis/groups' ;
7- import { getUserById , getUserInfoById } from ' $lib/apis/users' ;
7+ import { getUserInfoById } from ' $lib/apis/users' ;
88 import { WEBUI_API_BASE_URL } from ' $lib/constants' ;
99 import XMark from ' $lib/components/icons/XMark.svelte' ;
1010 import Badge from ' $lib/components/common/Badge.svelte' ;
You can’t perform that action at this time.
0 commit comments