From a76f9f91596b4661fd8b5c41df5a1ebee8dce744 Mon Sep 17 00:00:00 2001 From: Patrick Sun Date: Sat, 1 May 2021 17:45:10 +1000 Subject: [PATCH] remove unnecessary imports. --- .../lender-connective-income.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/pay-in/lender-connective-income/lender-connective-income.component.ts b/src/app/pay-in/lender-connective-income/lender-connective-income.component.ts index d1494f4..94bce7d 100644 --- a/src/app/pay-in/lender-connective-income/lender-connective-income.component.ts +++ b/src/app/pay-in/lender-connective-income/lender-connective-income.component.ts @@ -1,7 +1,6 @@ -import {Component, EventEmitter, Input, OnChanges, OnInit, Output} from '@angular/core'; +import {Component, OnChanges, OnInit, Output} from '@angular/core'; import {DataResult, GroupDescriptor, process} from '@progress/kendo-data-query'; import {LenderIncomeAbstractDirective} from '../../abstract/lender-income-abstract.directive'; -import {PayInAAARowModel} from '../../models/Pay.In.AAA.Row.model'; import {PayInConnectiveModel} from '../../models/pay-in-connective.model'; @Component({