mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update hello_world_plugin.mdx (#197104)
## Summary Changed import path for Kibana Core Public imports, previous was not working. New import path reflects what I found elsewhere in the codebase, and works.
This commit is contained in:
parent
0055da5f39
commit
2b60d6f481
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ And add the following to it:
|
|||
```ts
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { AppMountParameters, CoreSetup, CoreStart, Plugin } from '../../../src/core/public';
|
||||
import { AppMountParameters, CoreSetup, CoreStart, Plugin } from '@kbn/core/public';
|
||||
|
||||
export class HelloWorldPlugin implements Plugin {
|
||||
public setup(core: CoreSetup) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue