Merge pull request #30709 from backstage/rugvip/no-feature

frontend-app-api: removed deprecated FrontendFeature type
This commit is contained in:
Patrik Oldsberg
2025-08-04 13:20:12 +02:00
committed by GitHub
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';