Skip to content
Snippets Groups Projects
Commit e053f53e authored by rhenck's avatar rhenck
Browse files

Fix wrong import path

parent 8a5be736
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ import { ...@@ -3,7 +3,7 @@ import {
InputElement, InputElementProperties, UIElementType, UIElementValue InputElement, InputElementProperties, UIElementType, UIElementValue
} from 'common/models/elements/element'; } from 'common/models/elements/element';
import { ElementComponent } from 'common/directives/element-component.directive'; import { ElementComponent } from 'common/directives/element-component.directive';
import { DropListComponent } from 'common/components/input-elements/drop-list.component'; import { DropListComponent } from 'common/components/input-elements/drop-list/drop-list.component';
import { VariableInfo, VariableValue } from '@iqb/responses'; import { VariableInfo, VariableValue } from '@iqb/responses';
import { DragNDropValueObject } from 'common/models/elements/label-interfaces'; import { DragNDropValueObject } from 'common/models/elements/label-interfaces';
import { import {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment