diff --git a/src/App.tsx b/src/App.tsx index 17bdb6f..f68598c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,8 +15,7 @@ import { lineNumbers, highlightActiveLineGutter } from "@codemirror/view"; -import { history, historyKeymap } from "@codemirror/history"; -import { defaultKeymap } from "@codemirror/commands"; +import { defaultKeymap, history, historyKeymap } from "@codemirror/commands"; import folderIcon from "../src-tauri/icons/folder.png"; import folderIconBright from "../src-tauri/icons/folder_b.png"; import historyIcon from "../src-tauri/icons/history.png";