mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fixes to imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
|
||||
import * as formatInTimeZone from 'date-fns-tz/formatInTimeZone';
|
||||
import isValid from 'date-fns/isValid';
|
||||
import { formatInTimeZone } from 'date-fns-tz';
|
||||
import { isValid } from 'date-fns';
|
||||
import { isObject } from 'lodash';
|
||||
|
||||
import { isNull, isUndefined } from './empty.util';
|
||||
|
Reference in New Issue
Block a user