Skip to content

Commit a42a08a

Browse files
homepage: backstage v1.45.3 version bump
1 parent e56699d commit a42a08a

File tree

1 file changed

+1
-1
lines changed
  • workspaces/homepage/packages/app/src

1 file changed

+1
-1
lines changed

workspaces/homepage/packages/app/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import '@backstage/cli/asset-types';
1818
import ReactDOM from 'react-dom/client';
19-
import '@backstage/ui';
19+
import '@backstage/ui/css/styles.css';
2020
import App from './App';
2121

2222
ReactDOM.createRoot(document.getElementById('root')!).render(<App />);

0 commit comments

Comments
 (0)