mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
remove moment-es6 usage (#892)
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
||||
} from '@alfresco/adf-core';
|
||||
import { ContentNodeShareModule } from './content-node-share.module';
|
||||
import { ShareDialogComponent } from './content-node-share.dialog';
|
||||
import moment from 'moment-es6';
|
||||
import * as moment from 'moment';
|
||||
import { Store } from '@ngrx/store';
|
||||
|
||||
describe('ShareDialogComponent', () => {
|
||||
|
||||
@@ -38,7 +38,7 @@ import {
|
||||
import { SharedLinksApiService, NodesApiService } from '@alfresco/adf-core';
|
||||
import { SharedLinkEntry, MinimalNodeEntryEntity } from 'alfresco-js-api';
|
||||
import { ConfirmDialogComponent } from '@alfresco/adf-content-services';
|
||||
import moment from 'moment-es6';
|
||||
import * as moment from 'moment';
|
||||
|
||||
@Component({
|
||||
selector: 'aca-share-dialog',
|
||||
|
||||
Reference in New Issue
Block a user