Skip to content

Commit

Permalink
changed index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArden committed May 7, 2023
1 parent d2ff9dc commit a2bbfde
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 @@ -9,7 +9,7 @@ import { PersistGate } from 'redux-persist/integration/react';

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<BrowserRouter basename="/goose-track">
<BrowserRouter basename="/calendar-goose-track">
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<App />
Expand Down

0 comments on commit a2bbfde

Please sign in to comment.