fix import (#52555)

This commit is contained in:
Pierre Gayvallet 2019-12-09 22:18:57 +01:00 committed by GitHub
parent 45df5fdf42
commit c692689f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';