This commit is contained in:
Timothy Jaeryang Baek
2026-02-09 13:48:48 -06:00
parent 0a44d80252
commit 1034b74abd
2 changed files with 1 additions and 2 deletions

View File

@@ -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';

View File

@@ -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';