We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b566e38 commit 06e0abfCopy full SHA for 06e0abf
src/components/molecules/EditorKeyMapSelect2.tsx renamed to src/components/molecules/EditorKeyMapSelect.tsx
src/components/organisms/NoteDetail.tsx
@@ -23,7 +23,7 @@ import { EditorPosition } from '../../lib/CodeMirror'
23
import EditorSelectionStatus from '../molecules/EditorSelectionStatus'
24
import EditorIndentationStatus from '../molecules/EditorIndentationStatus'
25
import EditorThemeSelect from '../molecules/EditorThemeSelect'
26
-import EditorKeyMapSelect from '../molecules/EditorKeymapSelect'
+import EditorKeyMapSelect from '../molecules/EditorKeyMapSelect'
27
28
type NoteDetailProps = {
29
note: NoteDoc
0 commit comments