Skip to content

Commit 14f5ab5

Browse files
committed
Fixed type check
1 parent af3b544 commit 14f5ab5

File tree

1 file changed

+1
-1
lines changed
  • x-pack/legacy/plugins/index_management

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/index_management/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* you may not use this file except in compliance with the Elastic License.
55
*/
66

7-
import { Root } from 'joi';
87
import { resolve } from 'path';
98
import { i18n } from '@kbn/i18n';
109
import { Legacy } from 'kibana';
@@ -22,6 +21,7 @@ export function indexManagement(kibana: any) {
2221
configPrefix: 'xpack.index_management',
2322
publicDir: resolve(__dirname, 'public'),
2423
require: ['kibana', 'elasticsearch', 'xpack_main'],
24+
2525
uiExports: {
2626
styleSheetPaths: resolve(__dirname, 'public/index.scss'),
2727
managementSections: ['plugins/index_management'],

0 commit comments

Comments
 (0)