瀏覽代碼

remove unnecessary imports.

tags/2.037
Patrick Sun 4 年之前
父節點
當前提交
a76f9f9159
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/app/pay-in/lender-connective-income/lender-connective-income.component.ts

+ 1
- 2
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({

Loading…
取消
儲存