diff --git a/src/lib/components/chat/Settings/Account.svelte b/src/lib/components/chat/Settings/Account.svelte index c47391a6e..d51a49fdf 100644 --- a/src/lib/components/chat/Settings/Account.svelte +++ b/src/lib/components/chat/Settings/Account.svelte @@ -14,7 +14,6 @@ import Tooltip from '$lib/components/common/Tooltip.svelte'; import SensitiveInput from '$lib/components/common/SensitiveInput.svelte'; import Textarea from '$lib/components/common/Textarea.svelte'; - import { getUserById } from '$lib/apis/users'; import User from '$lib/components/icons/User.svelte'; import UserProfileImage from './Account/UserProfileImage.svelte'; diff --git a/src/lib/components/workspace/common/AccessControl.svelte b/src/lib/components/workspace/common/AccessControl.svelte index 7e691d0e3..f602bf186 100644 --- a/src/lib/components/workspace/common/AccessControl.svelte +++ b/src/lib/components/workspace/common/AccessControl.svelte @@ -4,7 +4,7 @@ const i18n = getContext('i18n'); import { getGroups, getGroupById, getGroupInfoById } from '$lib/apis/groups'; - import { getUserById, getUserInfoById } from '$lib/apis/users'; + import { getUserInfoById } from '$lib/apis/users'; import { WEBUI_API_BASE_URL } from '$lib/constants'; import XMark from '$lib/components/icons/XMark.svelte'; import Badge from '$lib/components/common/Badge.svelte';