mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix import (#52555)
This commit is contained in:
parent
45df5fdf42
commit
c692689f21
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
|
||||
import { IClusterClient, Logger } from '../../../../../target/types/core/server';
|
||||
import { IClusterClient, Logger } from '../../../../../src/core/server';
|
||||
import { RawKibanaPrivileges } from '../../common/model';
|
||||
import { registerPrivilegesWithCluster } from './register_privileges_with_cluster';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue