From 7a84cd4f9eccba85801de79217dc3fb271882da0 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 21 Nov 2020 11:18:15 +0500 Subject: [PATCH] refactor: fix all warnings --- apps/web/src/components/note/index.js | 1 - 1 file changed, 1 deletion(-) 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";