Skip to content

Commit 5c8045c

Browse files
Update main.tsx
1 parent 77df44d commit 5c8045c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-ui/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import App from './app/app';
99
const root = ReactDOM.createRoot(
1010
document.getElementById('root') as HTMLElement,
1111
);
12+
1213
root.render(
1314
<StrictMode>
1415
<App />

0 commit comments

Comments
 (0)