diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index c36b973e..62f4a02f 100644 --- a/src/app/AppLayout/AppLayout.tsx +++ b/src/app/AppLayout/AppLayout.tsx @@ -17,7 +17,6 @@ import { SkipToContent, } from '@patternfly/react-core'; import { IAppRoute, IAppRouteGroup, routes } from '@app/routes'; -import { BarsIcon } from '@patternfly/react-icons'; interface IAppLayout { children: React.ReactNode; @@ -28,9 +27,7 @@ const AppLayout: React.FunctionComponent = ({ children }) => { - - - +