File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/app/modules/shared/components/details-fields Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { TechnologiesComponent } from './../technologies/technologies.component'
33import { async , ComponentFixture , TestBed } from '@angular/core/testing' ;
44import { MockStore , provideMockStore } from '@ngrx/store/testing' ;
55import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
6- import { DatePipe , formatDate } from '@angular/common' ;
6+ import { formatDate } from '@angular/common' ;
77import { ActionsSubject } from '@ngrx/store' ;
88
99import { TechnologyState } from '../../store/technology.reducers' ;
@@ -15,7 +15,6 @@ import { EntryState } from '../../../time-clock/store/entry.reducer';
1515import * as entryActions from '../../../time-clock/store/entry.actions' ;
1616import { getCreateError , getUpdateError } from 'src/app/modules/time-clock/store/entry.selectors' ;
1717import { SaveEntryEvent } from './save-entry-event' ;
18- import { Component } from '@angular/core' ;
1918
2019describe ( 'DetailsFieldsComponent' , ( ) => {
2120 type Merged = TechnologyState & ProjectState & EntryState ;
You can’t perform that action at this time.
0 commit comments