LP1859701: remove unused imports
authorJane Sandberg <js7389@princeton.edu>
Mon, 3 Oct 2022 13:42:43 +0000 (06:42 -0700)
committerMichele Morgan <mmorgan@noblenet.org>
Fri, 28 Oct 2022 19:46:54 +0000 (15:46 -0400)
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>

Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.ts

index 5ec63b0..cef34be 100644 (file)
@@ -1,7 +1,6 @@
 import {Component, OnInit, Input, ViewChild} from '@angular/core';
 import {GridComponent} from '@eg/share/grid/grid.component';
-import {GridDataSource, GridColumn,
-    GridCellTextGenerator, GridRowFlairEntry} from '@eg/share/grid/grid';
+import {GridDataSource, GridCellTextGenerator} from '@eg/share/grid/grid';
 import {IdlService} from '@eg/core/idl.service';
 import {NetService} from '@eg/core/net.service';
 import {AuthService} from '@eg/core/auth.service';