import non-alpha imports from the main package

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-08-08 15:00:45 +02:00
parent a58fc22210
commit dfb01bedda
2 changed files with 6 additions and 22 deletions
+4 -5
View File
@@ -14,8 +14,10 @@
* limitations under the License.
*/
import { createServiceRef } from './services';
import { BackendFeature } from './wiring';
import {
BackendFeature,
createServiceRef,
} from '@backstage/backend-plugin-api';
/** @alpha */
export interface FeatureDiscoveryService {
@@ -31,6 +33,3 @@ export const featureDiscoveryServiceRef =
id: 'core.featureDiscovery',
scope: 'root',
});
export type { ServiceRef } from './services';
export type { BackendFeature };