diff --git a/projects/common/models/elements/input-elements/drop-list.ts b/projects/common/models/elements/input-elements/drop-list.ts index 6bafc82026650d5efbfcf794faf8cd4ade35d930..21e108403080562f46240086d8a2333560ca1e5e 100644 --- a/projects/common/models/elements/input-elements/drop-list.ts +++ b/projects/common/models/elements/input-elements/drop-list.ts @@ -3,7 +3,7 @@ import { InputElement, InputElementProperties, UIElementType, UIElementValue } from 'common/models/elements/element'; 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 { DragNDropValueObject } from 'common/models/elements/label-interfaces'; import {