From 9467690f4074ec360b479d57f2679d4590cd7d58 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 16 Oct 2025 20:23:29 +0200 Subject: [PATCH] Import Backstage UI CSS styles in index.ts Added import statement for Backstage UI styles. Signed-off-by: Vincenzo Scamporlino --- docs/frontend-system/building-apps/01-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/frontend-system/building-apps/01-index.md b/docs/frontend-system/building-apps/01-index.md index d11b6efba2..ef79d36c4a 100644 --- a/docs/frontend-system/building-apps/01-index.md +++ b/docs/frontend-system/building-apps/01-index.md @@ -35,6 +35,7 @@ This is how to create a minimal app: import ReactDOM from 'react-dom/client'; import { createApp } from '@backstage/frontend-defaults'; import catalogPlugin from '@backstage/plugin-catalog/alpha'; +import '@backstage/ui/css/styles.css'; // Create your app instance const app = createApp({