chore: update naming to next instead
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { createApp } from '@backstage/frontend-defaults';
|
||||
import catalogPlugin from '@backstage/plugin-catalog/alpha';
|
||||
import { appModule } from './modules/app';
|
||||
|
||||
export default createApp({
|
||||
features: [
|
||||
catalogPlugin,
|
||||
appModule,
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { coreExtensionData, createFrontendModule } from "@backstage/frontend-plugin-api";
|
||||
import appPlugin from "@backstage/plugin-app";
|
||||
import { coreExtensionData, createFrontendModule } from '@backstage/frontend-plugin-api';
|
||||
import appPlugin from '@backstage/plugin-app';
|
||||
|
||||
export const appModule = createFrontendModule({
|
||||
pluginId: 'app',
|
||||
|
||||
Reference in New Issue
Block a user