mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
refactor: resolve all warnings
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user