mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
update uuid import in specs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { isUndefined } from '../../shared/empty.util';
|
||||
import * as uuidv4 from 'uuid/v4';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { MetadataMap, MetadataValue, MetadataValueFilter, MetadatumViewModel } from './metadata.models';
|
||||
import { Metadata } from './metadata.utils';
|
||||
|
||||
|
@@ -6,7 +6,7 @@ import {
|
||||
} from './metadata-representation.decorator';
|
||||
import { MetadataRepresentationType } from '../../core/shared/metadata-representation/metadata-representation.model';
|
||||
import { Context } from '../../core/shared/context.model';
|
||||
import * as uuidv4 from 'uuid/v4';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { environment } from '../../../environments/environment';
|
||||
|
||||
let ogEnvironmentThemes;
|
||||
|
Reference in New Issue
Block a user