Skip to content

Commit cfe6d57

Browse files
author
Juan Gabriel Guzman
committed
style: #315 Removing dead code
1 parent 67cb18a commit cfe6d57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TechnologiesComponent } from './../technologies/technologies.component'
33
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
44
import { MockStore, provideMockStore } from '@ngrx/store/testing';
55
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
6-
import { DatePipe, formatDate } from '@angular/common';
6+
import { formatDate } from '@angular/common';
77
import { ActionsSubject } from '@ngrx/store';
88

99
import { TechnologyState } from '../../store/technology.reducers';
@@ -15,7 +15,6 @@ import { EntryState } from '../../../time-clock/store/entry.reducer';
1515
import * as entryActions from '../../../time-clock/store/entry.actions';
1616
import { getCreateError, getUpdateError } from 'src/app/modules/time-clock/store/entry.selectors';
1717
import { SaveEntryEvent } from './save-entry-event';
18-
import { Component } from '@angular/core';
1918

2019
describe('DetailsFieldsComponent', () => {
2120
type Merged = TechnologyState & ProjectState & EntryState;

0 commit comments

Comments
 (0)