plugins: restore dev setups
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -14,7 +14,14 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { createDevApp } from '@backstage/dev-utils';
|
||||
import { gcpProjectsPlugin } from '../src/plugin';
|
||||
import { gcpProjectsPlugin, GcpProjectsPage } from '../src/plugin';
|
||||
|
||||
createDevApp().registerPlugin(gcpProjectsPlugin).render();
|
||||
createDevApp()
|
||||
.registerPlugin(gcpProjectsPlugin)
|
||||
.addPage({
|
||||
title: 'GCP Projects',
|
||||
element: <GcpProjectsPage />,
|
||||
})
|
||||
.render();
|
||||
|
||||
Reference in New Issue
Block a user