Skip to content

Commit 471f254

Browse files
committed
Fix typos
1 parent efb2f8a commit 471f254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/fleet/public/applications/fleet/sections

x-pack/plugins/fleet/public/applications/fleet/sections/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export { IngestManagerOverview } from './overview';
77
export { EPMApp } from './epm';
88
export { AgentPolicyApp } from './agent_policy';
99
export { DataStreamApp } from './data_stream';
10-
export { FleetApp } from './fleet';
10+
export { FleetApp } from './agents';
1111

1212
export type Section = 'overview' | 'epm' | 'agent_policy' | 'fleet' | 'data_stream';

0 commit comments

Comments
 (0)