Skip to content

Commit

Permalink
fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Aug 7, 2019
1 parent f9aca22 commit 95278f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
* under the License.
*/
import { Filter } from '@kbn/es-query';
import { timefilter } from 'ui/timefilter';
import { TimeRange } from 'ui/timefilter/time_history';
import { timefilter, TimeRange } from 'ui/timefilter';
import { Query } from 'src/legacy/core_plugins/data/public';

// @ts-ignore
Expand Down
1 change: 1 addition & 0 deletions src/legacy/ui/public/timefilter/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
*/

export { timefilter, Timefilter } from './timefilter';
export { timeHistory, TimeRange } from './time_history';

0 comments on commit 95278f7

Please sign in to comment.