Skip to content

Commit

Permalink
test(grid): remove unused imports #3467
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Dec 20, 2018
1 parent 210bb1d commit 93dacc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, ViewChild } from '@angular/core';
import { IgxTreeGridComponent } from '../grids/tree-grid/tree-grid.component';
import { SampleTestData } from './sample-test-data.spec';
import { IgxTransactionService, IgxHierarchicalTransactionService, DisplayDensity } from '../../public_api';
import { DisplayDensity } from '../../public_api';

@Component({
template: `
Expand Down

0 comments on commit 93dacc3

Please sign in to comment.