This commit is contained in:
Timothy Jaeryang Baek 2025-01-08 00:59:03 -08:00
parent 987664f9b5
commit e6db4d017b

View File

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