From 77f4e147c2eba1aeca787dceabc81837af4d0d54 Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Thu, 28 Apr 2022 09:16:23 -0300 Subject: [PATCH] faat: change tasks page exibition Signed-off-by: Rogerio Angeliski --- packages/app/src/components/Root/Root.tsx | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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 */}