Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Sep 30, 2022
1 parent 40f18b9 commit 3f80873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addon/commands/insert-component-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3f80873

Please sign in to comment.