Skip to content

Commit a9fdd9a

Browse files
committed
squash: fix ui based on backstage updates
1 parent 01b6b53 commit a9fdd9a

File tree

1 file changed

+1
-0
lines changed
  • workspaces/orchestrator/packages/app/src

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
import '@backstage/cli/asset-types';
1818
import ReactDOM from 'react-dom/client';
1919
import App from './App';
20+
import '@backstage/ui';
2021

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

0 commit comments

Comments
 (0)