Skip to content

Commit

Permalink
Tidy up import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Dec 8, 2021
1 parent a938a6e commit f9b3ead
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
* 2.0.
*/

import { Query } from '@kbn/es-query';
import { Query, Filter } from '@kbn/es-query';
import { CoreStart } from 'kibana/public';
import React from 'react';
import ReactDOM from 'react-dom';
import { Subscription } from 'rxjs';
import { Filter } from '@kbn/es-query';
import { TimeRange } from '../../../../../../src/plugins/data/public';
import {
Embeddable,
Expand Down

0 comments on commit f9b3ead

Please sign in to comment.