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 25, 2021
commit 2da046b138414e485ba31e722a39009848ce119c
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