We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb2f8a commit 471f254Copy full SHA for 471f254
1 file changed
x-pack/plugins/fleet/public/applications/fleet/sections/index.tsx
@@ -7,6 +7,6 @@ export { IngestManagerOverview } from './overview';
7
export { EPMApp } from './epm';
8
export { AgentPolicyApp } from './agent_policy';
9
export { DataStreamApp } from './data_stream';
10
-export { FleetApp } from './fleet';
+export { FleetApp } from './agents';
11
12
export type Section = 'overview' | 'epm' | 'agent_policy' | 'fleet' | 'data_stream';
0 commit comments