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({