mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit 7dedc8871c
)
Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
parent
6e799ad5c7
commit
6032ad2d01
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
import { PluginInitializerContext } from 'kibana/public';
|
||||
import type { PluginInitializerContext } from 'kibana/server';
|
||||
import { NewsFeedSimulatorPlugin } from './plugin';
|
||||
|
||||
export function plugin(initializerContext: PluginInitializerContext) {
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
import { CoreSetup, Plugin } from 'kibana/server';
|
||||
import { PluginInitializerContext } from 'kibana/public';
|
||||
import type { CoreSetup, Plugin, PluginInitializerContext } from 'kibana/server';
|
||||
|
||||
export class NewsFeedSimulatorPlugin implements Plugin {
|
||||
constructor(private readonly initializerContext: PluginInitializerContext) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue