mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
reorganize imports
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
||||
DynamicSelectModelConfig,
|
||||
} from '@ng-dynamic-forms/core';
|
||||
|
||||
import { environment } from '../../../../../environments/environment';
|
||||
import { isNotEmpty } from '../../../empty.util';
|
||||
import {
|
||||
DsDynamicInputModel,
|
||||
@@ -21,7 +22,6 @@ import {
|
||||
} from '../ds-dynamic-form-ui/models/onebox/dynamic-onebox.model';
|
||||
import { FormFieldMetadataValueObject } from '../models/form-field-metadata-value.model';
|
||||
import { FieldParser } from './field-parser';
|
||||
import { environment } from '../../../../../environments/environment';
|
||||
|
||||
export class OneboxFieldParser extends FieldParser {
|
||||
|
||||
|
Reference in New Issue
Block a user