mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix all violations
This commit is contained in:
parent
bd8171c13e
commit
3730dd0779
11447 changed files with 21110 additions and 22288 deletions
|
@ -6,8 +6,8 @@
|
|||
*/
|
||||
|
||||
import { RecursiveReadonly } from '@kbn/utility-types';
|
||||
import { AppCategory } from 'src/core/types';
|
||||
import { LicenseType } from '../../licensing/common/types';
|
||||
import { AppCategory } from '@kbn/core/types';
|
||||
import { LicenseType } from '@kbn/licensing-plugin/common/types';
|
||||
import { FeatureKibanaPrivileges } from './feature_kibana_privileges';
|
||||
import { SubFeatureConfig, SubFeature as KibanaSubFeature } from './sub_feature';
|
||||
import { ReservedKibanaPrivilege } from './reserved_kibana_privilege';
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { RecursiveReadonly } from '@kbn/utility-types';
|
||||
import { LicenseType } from '../../licensing/common/types';
|
||||
import { LicenseType } from '@kbn/licensing-plugin/common/types';
|
||||
import { FeatureKibanaPrivileges } from './feature_kibana_privileges';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue