frontend-app-api: removed deprecated FrontendFeature type

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-08-01 09:57:34 +02:00
parent ff76965df3
commit df7bd3ba0d
8 changed files with 17 additions and 19 deletions
@@ -16,10 +16,7 @@
import { Fragment } from 'react';
import { Link, MemoryRouter } from 'react-router-dom';
import {
createSpecializedApp,
FrontendFeature,
} from '@backstage/frontend-app-api';
import { createSpecializedApp } from '@backstage/frontend-app-api';
import { RenderResult, render } from '@testing-library/react';
import { ConfigReader } from '@backstage/config';
import { JsonObject } from '@backstage/types';
@@ -33,6 +30,7 @@ import {
RouterBlueprint,
NavItemBlueprint,
createFrontendPlugin,
FrontendFeature,
} from '@backstage/frontend-plugin-api';
import appPlugin from '@backstage/plugin-app';