From 110cfee710636d47497ae84a79d11567cdb413ca Mon Sep 17 00:00:00 2001 From: suvarnakale Date: Wed, 20 Sep 2023 12:22:05 +0530 Subject: [PATCH] unused code removed --- src/app/admin/create-entity/create-entity.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/admin/create-entity/create-entity.component.ts b/src/app/admin/create-entity/create-entity.component.ts index 5c4fa66..35dfbd0 100644 --- a/src/app/admin/create-entity/create-entity.component.ts +++ b/src/app/admin/create-entity/create-entity.component.ts @@ -10,7 +10,6 @@ import { FormioJsonService } from './schema-to-formiojson'; import { SchemaBodyService } from './schema-body'; import { OwnershipComponent } from '../ownership/ownership.component' import { ConfigWorkflowComponent } from '../config-workflow/config-workflow.component' -import { PropertyBindingType } from '@angular/compiler'; @Component({