Rename tagEditor tag-editor.ts

This commit is contained in:
Henrik Giesel 2021-07-11 01:44:50 +02:00
parent b49112a910
commit 8ee6ccf853
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,7 @@ import { EditableContainer } from "./editable-container";
import { Editable } from "./editable"; import { Editable } from "./editable";
import { Codable } from "./codable"; import { Codable } from "./codable";
import { initToolbar, fieldFocused } from "./toolbar"; import { initToolbar, fieldFocused } from "./toolbar";
import { initTagEditor } from "./tagEditor"; import { initTagEditor } from "./tag-editor";
export { setNoteId, getNoteId } from "./note-id"; export { setNoteId, getNoteId } from "./note-id";
export { saveNow } from "./change-timer"; export { saveNow } from "./change-timer";