Commit 9e4326a5 authored by Aryan Kothari's avatar Aryan Kothari
Browse files

fix: unintentional import from previous commit

parent fbef731a
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
import { getModels } from '$lib/apis'; import { getModels } from '$lib/apis';
import Tooltip from '$lib/components/common/Tooltip.svelte'; import Tooltip from '$lib/components/common/Tooltip.svelte';
import WebParams from '$lib/components/documents/Settings/WebParams.svelte';
const i18n = getContext('i18n'); const i18n = getContext('i18n');
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment