From 078e4457a215b76ea5da78c415d98b0951834aaa Mon Sep 17 00:00:00 2001 From: yacut Date: Mon, 3 May 2021 16:51:44 +0200 Subject: [PATCH] fix dev page for iLert plugin Signed-off-by: yacut --- plugins/ilert/dev/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ilert/dev/index.tsx b/plugins/ilert/dev/index.tsx index c05e1da3d9..737666e650 100644 --- a/plugins/ilert/dev/index.tsx +++ b/plugins/ilert/dev/index.tsx @@ -16,12 +16,12 @@ import React from 'react'; import { createDevApp } from '@backstage/dev-utils'; import { ilertPlugin } from '../src/plugin'; -import { IlertPage } from '../src'; +import { ILertPage } from '../src'; createDevApp() .registerPlugin(ilertPlugin) .addPage({ - element: , + element: , title: 'Root Page', }) .render();