Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Mar 31, 2021
1 parent 6f4eb93 commit bd4d1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/maps/public/url_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import type {
TimeRange,
Filter,
Query,
esFilters,
QueryState,
RefreshInterval,
} from '../../../../src/plugins/data/public';
import { esFilters } from '../../../../src/plugins/data/public';
import { setStateToKbnUrl } from '../../../../src/plugins/kibana_utils/public';
import type { UrlGeneratorsDefinition } from '../../../../src/plugins/share/public';
import type { LayerDescriptor } from '../common/descriptor_types';
Expand Down

0 comments on commit bd4d1f7

Please sign in to comment.