Skip to content

Commit

Permalink
[Fleet] Fix import causing linter errors (#145394)
Browse files Browse the repository at this point in the history
## Summary

Fixing an import in the wrong order that was causing multiple PRs to
have linter error and pinging Fleet.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
criamico and kibanamachine authored Nov 16, 2022
1 parent dd410fc commit 6cd5d3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ import {
} from '../../../../../../../../../components/agent_enrollment_flyout/steps';
import { ManualInstructions } from '../../../../../../../../../components/enrollment_instructions';

import type { InstallAgentPageProps } from './types';
import { KubernetesManifestApplyStep } from '../../../../../../../../../components/agent_enrollment_flyout/steps/run_k8s_apply_command_step';

import type { InstallAgentPageProps } from './types';

export const InstallElasticAgentManagedPageStep: React.FC<InstallAgentPageProps> = (props) => {
const {
cancelUrl,
Expand Down

0 comments on commit 6cd5d3d

Please sign in to comment.