From 6211ebf9bcaf21f0eaef19079070dc833e690aaa Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 14 Mar 2020 10:51:18 +0500 Subject: [PATCH] refactor: resolve all warnings --- apps/web/src/common/selectionoptions.js | 2 +- apps/web/src/components/list-item/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/common/selectionoptions.js b/apps/web/src/common/selectionoptions.js index b82d610cb..7381329f3 100644 --- a/apps/web/src/common/selectionoptions.js +++ b/apps/web/src/common/selectionoptions.js @@ -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"; diff --git a/apps/web/src/components/list-item/index.js b/apps/web/src/components/list-item/index.js index 9371e82dc..56be6ed48 100644 --- a/apps/web/src/components/list-item/index.js +++ b/apps/web/src/components/list-item/index.js @@ -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 => (