diff --git a/apps/web/src/components/note/index.js b/apps/web/src/components/note/index.js index 27fe4982b..e2e3ae78e 100644 --- a/apps/web/src/components/note/index.js +++ b/apps/web/src/components/note/index.js @@ -6,7 +6,6 @@ import ListItem from "../list-item"; import { confirm, showDeleteConfirmation } from "../dialogs/confirm"; import { showMoveNoteDialog } from "../dialogs/movenotedialog"; import { store, useStore } from "../../stores/note-store"; -import { store as editorStore } from "../../stores/editor-store"; import { showPasswordDialog } from "../dialogs/passworddialog"; import { db, COLORS } from "../../common"; import { useTheme } from "emotion-theming";