Skip to content

Commit

Permalink
chore(*): fix route #6973
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Apr 27, 2020
1 parent 782f05a commit 789e7ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { IBaseChipEventArgs, IgxChipsAreaComponent, IgxChipComponent } from '../
import { ExpressionUI } from './grid-filtering.service';
import { IgxDropDownItemComponent } from '../../drop-down/drop-down-item.component';
import { IgxFilteringService } from './grid-filtering.service';
import { KEYS, isEdge, isIE } from '../../../core/utils';
import { KEYS, isEdge, isIE } from '../../core/utils';
import { AbsoluteScrollStrategy } from '../../services/overlay/scroll';

/**
Expand Down

0 comments on commit 789e7ee

Please sign in to comment.