refactor: fix all warnings

This commit is contained in:
thecodrr
2020-09-24 14:54:36 +05:00
parent fd89615b36
commit 4f9e70ded4

View File

@@ -3,7 +3,6 @@ import createStore from "../common/store";
import { store as editorStore } from "./editor-store";
import Vault from "../common/vault";
import BaseStore from ".";
import { navigate } from "hookrouter";
class NoteStore extends BaseStore {
notes = [];