Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 25, 2023
1 parent e286637 commit 96d1aa2
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 @@ -34,7 +34,6 @@ let store;
let persistor;
const handleReady = () => {
const { defaultReactDevToolsPort = 19567 } = config;
window.store = store;
findAPortNotInUse(Number(defaultReactDevToolsPort)).then(port => {
window.reactDevToolsPort = port;
render(
Expand Down

0 comments on commit 96d1aa2

Please sign in to comment.