Skip to content

Commit

Permalink
chore(example): address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Jul 15, 2024
1 parent 5f422b0 commit 044f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example/src/main-web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as ReactDOM from 'react-dom/client';

import App from './app/App';

const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<StrictMode>
<App />
Expand Down

0 comments on commit 044f8fe

Please sign in to comment.