Skip to content

Commit

Permalink
fix: type import
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 26, 2024
1 parent 5bc972c commit 5503073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/modes/textmode/TextMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
keymap,
lineNumbers,
rectangularSelection,
ViewUpdate
type ViewUpdate
} from '@codemirror/view'
import { defaultKeymap, indentWithTab } from '@codemirror/commands'
import type { Diagnostic } from '@codemirror/lint'
Expand Down

0 comments on commit 5503073

Please sign in to comment.