diff --git a/packages/app-next/src/App.tsx b/packages/app-next/src/App.tsx index 65d729bf92..2ab447c68f 100644 --- a/packages/app-next/src/App.tsx +++ b/packages/app-next/src/App.tsx @@ -21,8 +21,8 @@ import graphiqlPlugin from '@backstage/plugin-graphiql/alpha'; import techRadarPlugin from '@backstage/plugin-tech-radar/alpha'; import userSettingsPlugin from '@backstage/plugin-user-settings/alpha'; import { + createExtensionOverrides, createPageExtension, - createPlugin, } from '@backstage/frontend-plugin-api'; import { entityRouteRef } from '@backstage/plugin-catalog-react'; @@ -55,16 +55,11 @@ TODO: /* app.tsx */ -const fakePlugin = createPlugin({ - id: 'fake', - extensions: [ - createPageExtension({ - id: 'catalog:entity', - defaultPath: '/fakeentity', - routeRef: entityRouteRef, - loader: async () =>