diff --git a/packages/core/src/commands/index.ts b/packages/core/src/commands/index.ts index a135e3c09..f3639be6c 100644 --- a/packages/core/src/commands/index.ts +++ b/packages/core/src/commands/index.ts @@ -43,7 +43,6 @@ import Component, { eventDrag } from '../dom_components/model/Component'; import type Editor from '../editor/model/Editor'; import type { ObjectAny } from '../common'; import CommandsEvents from './types'; -import type { ComponentDragEventProps } from './view/ComponentDrag'; export type CommandEvent = 'run' | 'stop' | `run:${string}` | `stop:${string}` | `abort:${string}`; @@ -451,9 +450,4 @@ export default class CommandsModule extends Module