1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Fixed path

This commit is contained in:
Laurent Cozic 2020-11-14 00:31:45 +00:00
parent a3286a9896
commit 2f1cc71922

View File

@ -1,4 +1,4 @@
import { MenuItemLocation } from '../../plugin_types/services/plugins/api/types';
import { MenuItemLocation } from '../plugins/api/types';
import CommandService from '../CommandService';
import KeymapService from '../KeymapService';
import { PluginStates, utils as pluginUtils } from '../plugins/reducer';