Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: #198 remove unnecesary imports
  • Loading branch information
enriquezrene committed Apr 30, 2020
commit 42958847ae296e358bd7fb0fc2d38cd490d1b2af
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Store, select } from '@ngrx/store';

import { getActiveTimeEntry } from './../../store/entry.selectors';
import { Project } from 'src/app/modules/shared/models';
import { getCustomerProjects } from '../../../customer-management/components/projects/components/store/project.selectors';
import { ProjectState } from '../../../customer-management/components/projects/components/store/project.reducer';
import * as actions from '../../../customer-management/components/projects/components/store/project.actions';
import * as entryActions from '../../store/entry.actions';
Expand Down