Skip to content

Commit

Permalink
feat(core): upgrade backstage
Browse files Browse the repository at this point in the history
upgrade backstage

ARC-157
  • Loading branch information
sadarunnisa-sf committed Sep 30, 2024
1 parent 9288a03 commit b72f654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';

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

0 comments on commit b72f654

Please sign in to comment.