frontend-plugin-api: renamed createPlugin to createFrontendPlugin

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-14 16:01:25 +02:00
parent 634a1202cd
commit 9b356dcaac
38 changed files with 154 additions and 126 deletions
@@ -18,7 +18,7 @@ import React from 'react';
import { Link } from '@backstage/core-components';
import {
createPageExtension,
createPlugin,
createFrontendPlugin,
createRouteRef,
createExternalRouteRef,
useRouteRef,
@@ -125,7 +125,7 @@ const ExternalPage = createPageExtension({
},
});
export const pagesPlugin = createPlugin({
export const pagesPlugin = createFrontendPlugin({
id: 'pages',
// routes: {
// index: indexRouteRef,