diff --git a/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsComboboxCustomWidth.svelte b/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsComboboxCustomWidth.svelte index 90dd0e6440..9fc47cd8db 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsComboboxCustomWidth.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsComboboxCustomWidth.svelte @@ -6,7 +6,11 @@ import { Input } from '$lib/components/ui/input'; import { cn } from '$lib/components/ui/utils'; import { tick } from 'svelte'; - import { CUSTOM_WIDTH_PRESETS, MIN_CUSTOM_WIDTH, MAX_CUSTOM_WIDTH } from '$lib/utils/chat-width'; + import { + CUSTOM_WIDTH_PRESETS, + MIN_CUSTOM_WIDTH, + MAX_CUSTOM_WIDTH + } from '$lib/constants/chat-width'; interface Props { value: string; @@ -148,7 +152,7 @@ {#if isEditing} -
+