Skip to content

Commit

Permalink
Code in 'common' directories shouldn't import server code
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Dec 30, 2019
1 parent 582084c commit 7920c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/legacy/plugins/epm/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
* you may not use this file except in compliance with the Elastic License.
*/

// Follow pattern from https://github.com/elastic/kibana/pull/52447
// TODO: Update when https://github.com/elastic/kibana/issues/53021 is closed
import {
SavedObject,
SavedObjectAttributes,
SavedObjectReference,
} from '../../../../../src/core/server';
} from '../../../../../src/core/public';
import { AssetType as IngestAssetType } from '../../ingest/server/libs/types';

export enum InstallationStatus {
Expand Down

0 comments on commit 7920c4c

Please sign in to comment.