Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Feb 7, 2024
1 parent c4cc1cc commit 358942a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
<BrowserRouter>
<QueryClientProvider client={queryClient}>
<ScrollToTop />
<DSFRConfig routerComponent={RouterLink} theme='light'>
{/* <DSFRConfig routerComponent={RouterLink}> */}
{/* <DSFRConfig routerComponent={RouterLink} theme='light'> */}
<DSFRConfig routerComponent={RouterLink}>
<Routes />
</DSFRConfig>
<ReactQueryDevtools initialIsOpen={false} />
Expand Down

0 comments on commit 358942a

Please sign in to comment.