Skip to content

Commit

Permalink
Fix import in list_layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Jun 8, 2021
1 parent 6988e46 commit ee1beaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useRouteMatch } from 'react-router-dom';
import { FLEET_ROUTING_PATHS } from '../../../constants';
import { WithHeaderLayout } from '../../../layouts';
import { useCapabilities, useLink, useGetAgentPolicies } from '../../../hooks';
import { AgentEnrollmentFlyout } from '../components';
import { AgentEnrollmentFlyout } from '../../../components';

export const ListLayout: React.FunctionComponent<{}> = ({ children }) => {
const { getHref } = useLink();
Expand Down

0 comments on commit ee1beaf

Please sign in to comment.