chore: remove the extension tree from the app root

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-01-25 14:41:19 +01:00
parent bdf4a8e176
commit 04b598ff2f
+1 -4
View File
@@ -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<{}>) => (
<SidebarPage>
<Sidebar>
<SidebarLogo />