[TLC-254] tidy imports in type bind service

This commit is contained in:
Kim Shepherd
2022-05-10 09:25:59 +12:00
parent b6cdc90d57
commit 51058daf27

View File

@@ -15,7 +15,7 @@ import {
OR_OPERATOR
} from '@ng-dynamic-forms/core';
import {hasNoValue, hasValue, isEmpty} from '../../../empty.util';
import {hasNoValue, hasValue} from '../../../empty.util';
import { FormBuilderService } from '../form-builder.service';
import { FormFieldMetadataValueObject } from '../models/form-field-metadata-value.model';
import { DYNAMIC_FORM_CONTROL_TYPE_RELATION_GROUP } from './ds-dynamic-form-constants';