Skip to content

Commit 1034b74

Browse files
committed
refac
1 parent 0a44d80 commit 1034b74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/components/chat/Settings/Account.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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

src/lib/components/workspace/common/AccessControl.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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';

0 commit comments

Comments
 (0)