Skip to content
Closed
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
Next Next commit
fix: TT-41 code small
  • Loading branch information
kevinjlope committed May 27, 2021
commit 8df5c79a7ce59bb1aba70731be62cd53bbf68bf5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import * as actions from '../store/project.actions';
import { ProjectUI } from '../../../../../shared/models/project.model';
import { allProjectTypes, ProjectTypeState } from '../../../projects-type/store';
import { ProjectType } from 'src/app/modules/shared/models';
import { runInThisContext } from 'vm';

@Component({
selector: 'app-project-list',
Expand Down