diff --git a/packages/app/src/components/Root/Root.tsx b/packages/app/src/components/Root/Root.tsx index ec5f9dabe2..5f11218bba 100644 --- a/packages/app/src/components/Root/Root.tsx +++ b/packages/app/src/components/Root/Root.tsx @@ -52,7 +52,6 @@ import { SearchModal } from '../search/SearchModal'; import Score from '@material-ui/icons/Score'; import { useApp } from '@backstage/core-plugin-api'; import BuildIcon from '@material-ui/icons/Build'; -import { ExtensionTree } from '@backstage/frontend-app-api'; const useSidebarLogoStyles = makeStyles({ root: { @@ -82,9 +81,7 @@ const SidebarLogo = () => { ); }; -export const Root = ({ - children, -}: PropsWithChildren<{ extensionTree?: ExtensionTree }>) => ( +export const Root = ({ children }: PropsWithChildren<{}>) => (