Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayotopia04 committed Jul 16, 2024
1 parent dac5f47 commit 3ff9b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<BrowserRouter basename="/">
<BrowserRouter basename="/Team-Outfit">
<GoogleOAuthProvider clientId="424051864171-nssd8rqgukkpunne874lqup4akl232s6.apps.googleusercontent.com">
<ThemeProvider>
<App />
<App />
</ThemeProvider>
</GoogleOAuthProvider>
</BrowserRouter>
Expand Down

0 comments on commit 3ff9b83

Please sign in to comment.