mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
fix all violations
This commit is contained in:
parent
bd8171c13e
commit
3730dd0779
11447 changed files with 21110 additions and 22288 deletions
|
@ -9,7 +9,7 @@
|
|||
import fs from 'fs/promises';
|
||||
import path from 'path';
|
||||
|
||||
import type { PluginInitializer, PrebootPlugin } from 'kibana/server';
|
||||
import type { PluginInitializer, PrebootPlugin } from '@kbn/core/server';
|
||||
|
||||
export const plugin: PluginInitializer<void, never> = (initializerContext): PrebootPlugin => ({
|
||||
setup: (core) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue