diff --git a/packages/app/src/components/Root/Root.tsx b/packages/app/src/components/Root/Root.tsx
index ff8a260540..e724adc345 100644
--- a/packages/app/src/components/Root/Root.tsx
+++ b/packages/app/src/components/Root/Root.tsx
@@ -23,7 +23,6 @@ import MapIcon from '@material-ui/icons/MyLocation';
import LayersIcon from '@material-ui/icons/Layers';
import LibraryBooks from '@material-ui/icons/LibraryBooks';
import CreateComponentIcon from '@material-ui/icons/AddCircleOutline';
-import Add from '@material-ui/icons/Add';
import List from '@material-ui/icons/List';
import SearchIcon from '@material-ui/icons/Search';
import MenuIcon from '@material-ui/icons/Menu';
@@ -48,8 +47,6 @@ import {
SidebarScrollWrapper,
SidebarSpace,
useSidebarOpenState,
- SidebarSubmenu,
- SidebarSubmenuItem,
} from '@backstage/core-components';
import { MyGroupsSidebarItem } from '@backstage/plugin-org';
import GroupIcon from '@material-ui/icons/People';
@@ -110,16 +107,8 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
-
-
-
-
-
-
+
+
{/* End global nav */}