Skip to content

Commit 8539823

Browse files
author
Edgar Guaman
committed
code-smell: TT-318 Fixing a code smell and rebase from master
1 parent 5634b6e commit 8539823

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { formatDate } from '@angular/common';
22
import { AfterViewInit, Component, OnDestroy, OnInit, ViewChild} from '@angular/core';
33
import { select, Store } from '@ngrx/store';
44
import { DataTableDirective } from 'angular-datatables';
5-
import * as moment from 'moment';
65
import { Observable, Subject, Subscription } from 'rxjs';
76
import { Entry } from 'src/app/modules/shared/models';
87
import { DataSource } from 'src/app/modules/shared/models/data-source.model';

0 commit comments

Comments
 (0)