Skip to content

Commit

Permalink
update import for NP migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 8, 2020
1 parent 41cb223 commit d356c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ESTooltipProperty } from './es_tooltip_property';
import { AGG_TYPE } from '../../../common/constants';
import { ITooltipProperty } from './tooltip_property';
import { IField } from '../fields/field';
import { IndexPattern } from '../../../../../../../src/plugins/data/public';
import { IndexPattern } from '../../../../../../src/plugins/data/public';

export class ESAggTooltipProperty extends ESTooltipProperty {
private readonly _aggType: AGG_TYPE;
Expand Down

0 comments on commit d356c4b

Please sign in to comment.