Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jun 10, 2020
1 parent bb49ff1 commit 644fc50
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 @@ -5,6 +5,7 @@
*/

import React, { useState } from 'react';
import _ from 'lodash';
import { create as createHandlebars } from 'handlebars';
import {
EuiFormRow,
Expand Down Expand Up @@ -33,7 +34,6 @@ import {
Query,
TimeRange,
} from '../../../../../../src/plugins/data/public';
import { pick } from '../../../../../../src/core/utils';

const handlebars = createHandlebars();
function interpolate(url: string, scope: Scope): string {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/embeddable_enhanced/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
} from '../../ui_actions_enhanced/public';
import { PanelNotificationsAction, ACTION_PANEL_NOTIFICATIONS } from './actions';
import { UrlDrilldownDefinition } from './drilldowns/url_drilldown';
import { createStartServicesGetter } from '../../../../src/plugins/kibana_utils/public/core';
import { createStartServicesGetter } from '../../../../src/plugins/kibana_utils/public';
import { DataPublicPluginSetup, DataPublicPluginStart } from '../../../../src/plugins/data/public';

declare module '../../../../src/plugins/ui_actions/public' {
Expand Down

0 comments on commit 644fc50

Please sign in to comment.