Skip to content

Commit 50162fa

Browse files
committed
fix type
1 parent 433e217 commit 50162fa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • src/legacy/core_plugins/timelion/public

src/legacy/core_plugins/timelion/public/plugin.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
import { CoreSetup, Plugin, PluginInitializerContext, IUiSettingsClient } from 'kibana/public';
19+
import {
20+
CoreSetup,
21+
Plugin,
22+
PluginInitializerContext,
23+
IUiSettingsClient,
24+
CoreStart,
25+
} from 'kibana/public';
2026
import { getTimeChart } from './panels/timechart/timechart';
2127
import { Panel } from './panels/panel';
2228
import { LegacyDependenciesPlugin, LegacyDependenciesPluginSetup } from './shim';

0 commit comments

Comments
 (0)