@@ -67,6 +55,12 @@ const Home: FC<{}> = () => {
Go to Login
+
+ Backstage Backend
+
+
+ Backstage LB CI/CD
+
);
@@ -103,4 +97,31 @@ const AppShell: FC<{}> = ({ children }) => {
const AppContent = withGlobalStyles(AppShell);
+const app = createApp();
+
+app.registerEntityKind(...entities);
+app.setHomePage(Home);
+const AppComponent = app.build();
+
+const App: FC<{}> = () => {
+ return (
+