Skip to content

Commit

Permalink
Remove type import
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperengstrom committed Nov 25, 2024
1 parent 59b8308 commit 8ab48e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/supersearch/src/lib/components/SuperSearch.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import CodeMirror, { type ChangeCodeMirrorEvent } from '$lib/components/CodeMirror.svelte';
import { EditorView, placeholder as placeholderExtension, keymap } from '@codemirror/view';
import { Compartment, type Extension } from '@codemirror/state';
import { Compartment } from '@codemirror/state';
import { type LanguageSupport } from '@codemirror/language';
import submitFormOnEnterKey from '$lib/extensions/submitFormOnEnterKey.js';
import preventNewLine from '$lib/extensions/preventNewLine.js';
Expand Down

0 comments on commit 8ab48e8

Please sign in to comment.