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
1010import { TechnologyState } from '../../../shared/store/technology.reducers' ;
1111import { ActivityState , LoadActivities } from '../../../activities-management/store' ;
1212import * as entryActions from '../../store/entry.actions' ;
13- import { get } from 'lodash' ;
13+ import { get , head } from 'lodash' ;
1414import * as moment from 'moment' ;
1515import { ToastrService } from 'ngx-toastr' ;
1616import { formatDate } from '@angular/common' ;
@@ -19,8 +19,6 @@ import { DATE_FORMAT } from 'src/environments/environment';
1919import { Subscription , } from 'rxjs' ;
2020import { FeatureToggle } from './../../../../../environments/enum' ;
2121import { CookieService } from 'ngx-cookie-service' ;
22- import { head } from 'lodash' ;
23- import { __await } from 'tslib' ;
2422
2523type Merged = TechnologyState & ProjectState & ActivityState ;
2624
You can’t perform that action at this time.
0 commit comments