refac
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user