Add backend README

Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
josh
2023-06-04 18:32:19 -04:00
parent 520e984280
commit c0f49cec77
5 changed files with 63 additions and 34 deletions
+2 -10
View File
@@ -13,15 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { createDevApp } from '@backstage/dev-utils';
import { nomadPlugin, NomadPage } from '../src/plugin';
import { nomadPlugin } from '../src/plugin';
createDevApp()
.registerPlugin(nomadPlugin)
.addPage({
element: <NomadPage />,
title: 'Root Page',
path: '/nomad',
})
.render();
createDevApp().registerPlugin(nomadPlugin).render();