diff --git a/packages/lib/services/commands/MenuUtils.ts b/packages/lib/services/commands/MenuUtils.ts index 9bd2542ce9..8cf400a670 100644 --- a/packages/lib/services/commands/MenuUtils.ts +++ b/packages/lib/services/commands/MenuUtils.ts @@ -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';