File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/app/modules/time-clock/components/entry-fields Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { ProjectState } from '../../../customer-management/components/projects/c
10
10
import { TechnologyState } from '../../../shared/store/technology.reducers' ;
11
11
import { ActivityState , LoadActivities } from '../../../activities-management/store' ;
12
12
import * as entryActions from '../../store/entry.actions' ;
13
- import { get } from 'lodash' ;
13
+ import { get , head } from 'lodash' ;
14
14
import * as moment from 'moment' ;
15
15
import { ToastrService } from 'ngx-toastr' ;
16
16
import { formatDate } from '@angular/common' ;
@@ -19,8 +19,6 @@ import { DATE_FORMAT } from 'src/environments/environment';
19
19
import { Subscription , } from 'rxjs' ;
20
20
import { FeatureToggle } from './../../../../../environments/enum' ;
21
21
import { CookieService } from 'ngx-cookie-service' ;
22
- import { head } from 'lodash' ;
23
- import { __await } from 'tslib' ;
24
22
25
23
type Merged = TechnologyState & ProjectState & ActivityState ;
26
24
You can’t perform that action at this time.
0 commit comments