Skip to content

Commit 4295884

Browse files
committed
fix: #198 remove unnecesary imports
1 parent e4df824 commit 4295884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Store, select } from '@ngrx/store';
44

55
import { getActiveTimeEntry } from './../../store/entry.selectors';
66
import { Project } from 'src/app/modules/shared/models';
7-
import { getCustomerProjects } from '../../../customer-management/components/projects/components/store/project.selectors';
87
import { ProjectState } from '../../../customer-management/components/projects/components/store/project.reducer';
98
import * as actions from '../../../customer-management/components/projects/components/store/project.actions';
109
import * as entryActions from '../../store/entry.actions';

0 commit comments

Comments
 (0)