Skip to content

Commit

Permalink
fix import (#52555)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet authored Dec 9, 2019
1 parent 45df5fd commit c692689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit c692689

Please sign in to comment.