Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Apr 28, 2023
1 parent 23e6d48 commit 1a2674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import './index.scss';
ReactDOM.createRoot(document.getElementById('root')).render(
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<BrowserRouter>
<BrowserRouter basename='/bc-48-react-project'>
<App />
</BrowserRouter>
</PersistGate>
Expand Down

0 comments on commit 1a2674d

Please sign in to comment.