From 2da046b138414e485ba31e722a39009848ce119c Mon Sep 17 00:00:00 2001 From: Kevin Jefferson Lopez De la O Date: Tue, 25 May 2021 15:58:58 -0500 Subject: [PATCH] fix: TT-41 code small --- .../projects/components/project-list/project-list.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/modules/customer-management/components/projects/components/project-list/project-list.component.ts b/src/app/modules/customer-management/components/projects/components/project-list/project-list.component.ts index 990c28c5d..9e1c183a9 100644 --- a/src/app/modules/customer-management/components/projects/components/project-list/project-list.component.ts +++ b/src/app/modules/customer-management/components/projects/components/project-list/project-list.component.ts @@ -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',