Skip to content

Commit 36d0fcf

Browse files
author
Juan Gabriel Guzman
committed
style: #333 Removing dead code
1 parent 1b0e548 commit 36d0fcf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { getCustomerProjects } from '../../../customer-management/components/pro
1212
import { EntryState } from '../../../time-clock/store/entry.reducer';
1313
import * as entryActions from '../../../time-clock/store/entry.actions';
1414
import { getUpdateError, getCreateError } from 'src/app/modules/time-clock/store/entry.selectors';
15-
import DateTimeFormat = Intl.DateTimeFormat;
1615

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

src/app/modules/time-clock/pipes/time-details.pipe.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { TimeDetails } from './../models/time.entry.summary';
21
import { TimeDetailsPipe } from './time-details.pipe';
32

43
describe('TimeDetailsPipe', () => {

0 commit comments

Comments
 (0)