Skip to content

Commit

Permalink
Fix react root render
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 26, 2023
1 parent ec340b3 commit 569b3c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const handleReady = () => {
<App />
</PersistGate>
</Provider>,
document.getElementById('root'),
)
})
};
Expand Down

0 comments on commit 569b3c7

Please sign in to comment.