diff --git a/ts/editor/index.ts b/ts/editor/index.ts index 95e41f7ad..ecf64a480 100644 --- a/ts/editor/index.ts +++ b/ts/editor/index.ts @@ -30,7 +30,7 @@ import { EditableContainer } from "./editable-container"; import { Editable } from "./editable"; import { Codable } from "./codable"; import { initToolbar, fieldFocused } from "./toolbar"; -import { initTagEditor } from "./tagEditor"; +import { initTagEditor } from "./tag-editor"; export { setNoteId, getNoteId } from "./note-id"; export { saveNow } from "./change-timer"; diff --git a/ts/editor/tagEditor.ts b/ts/editor/tag-editor.ts similarity index 100% rename from ts/editor/tagEditor.ts rename to ts/editor/tag-editor.ts