mirror of
https://github.com/heyman/heynote.git
synced 2024-11-24 17:03:19 +01:00
Remove unused imports
This commit is contained in:
parent
8fd7f45174
commit
08a28d037e
@ -1,4 +1,3 @@
|
||||
import { EditorView } from "@codemirror/view"
|
||||
import { EditorSelection } from "@codemirror/state"
|
||||
import {
|
||||
selectAll as defaultSelectAll,
|
||||
@ -6,7 +5,6 @@ import {
|
||||
} from "@codemirror/commands"
|
||||
import { heynoteEvent, LANGUAGE_CHANGE, CURRENCIES_LOADED } from "../annotation.js";
|
||||
import { blockState, getActiveNoteBlock, getNoteBlockFromPos } from "./block"
|
||||
import { levenshtein_distance } from "../language-detection/levenshtein"
|
||||
import { moveLineDown, moveLineUp } from "./move-lines.js";
|
||||
|
||||
export { moveLineDown, moveLineUp }
|
||||
|
Loading…
Reference in New Issue
Block a user