From 3f808739e639e8813b7f2e3433d83636ef99a184 Mon Sep 17 00:00:00 2001 From: Elena Poelman Date: Fri, 30 Sep 2022 18:13:11 +0200 Subject: [PATCH] remove unused imports --- addon/commands/insert-component-command.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/addon/commands/insert-component-command.ts b/addon/commands/insert-component-command.ts index cb58778af..92168fa95 100644 --- a/addon/commands/insert-component-command.ts +++ b/addon/commands/insert-component-command.ts @@ -3,15 +3,12 @@ import { Properties, State, } from '../core/model/inline-components/model-inline-component'; -import ModelElement from '../core/model/nodes/model-element'; import ModelRange from '../core/model/model-range'; import { ModelError } from '../utils/errors'; import { logExecute } from '../utils/logging-utils'; import Command, { CommandContext } from './command'; import ModelText from '../core/model/nodes/model-text'; import { INVISIBLE_SPACE } from '../utils/constants'; -import ModelNode from '../core/model/nodes/model-node'; -import ModelPosition from '../core/model/model-position'; declare module '@lblod/ember-rdfa-editor' { export interface Commands {