Skip to content

Commit

Permalink
///2
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-khoumani committed Feb 1, 2023
1 parent 85a2893 commit 8eb45ac
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 @@ -12,7 +12,7 @@ const root = createRoot(container);
root.render(
<React.StrictMode>
<Provider store={store}>
<BrowserRouter basename="/audiophile" >
<BrowserRouter>
<ScrollToTop/>
<App />
</BrowserRouter>
Expand Down

0 comments on commit 8eb45ac

Please sign in to comment.