refactor: resolve all warnings

This commit is contained in:
thecodrr
2020-03-14 10:51:18 +05:00
parent 76bd0ebf71
commit 6211ebf9bc
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import * as Icon from "react-feather";
import { store as appStore } from "../stores/app-store";
import { store as notesStore, LIST_TYPES } from "../stores/note-store";
import { store as notesStore } from "../stores/note-store";
import { store as nbStore } from "../stores/notebook-store";
import { store as editorStore } from "../stores/editor-store";
import { db } from "./index";

View File

@@ -9,7 +9,6 @@ import {
} from "../../stores/app-store";
import useContextMenu from "../../utils/useContextMenu";
import { useTheme } from "emotion-theming";
import { isShorthandPropertyAssignment } from "typescript";
const ActionsMenu = props => (
<Menu