mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
987664f9b5
commit
e6db4d017b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
const i18n = getContext('i18n');
|
||||
|
||||
import { WEBUI_BASE_URL } from '$lib/constants';
|
||||
import { copyToClipboard, revertSanitizedResponseContent, unescapeHtml } from '$lib/utils';
|
||||
import { copyToClipboard, unescapeHtml } from '$lib/utils';
|
||||
|
||||
import Image from '$lib/components/common/Image.svelte';
|
||||
import KatexRenderer from './KatexRenderer.svelte';
|
||||
|
|
|
|||
Loading…
Reference in a new issue