Skip to content

Commit

Permalink
changed root
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed Sep 13, 2024
1 parent 68c4d21 commit 160f9df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { HashRouter, Routes, Route } from 'react-router-dom';

export const Root = () => {
return (
<Provider store={store}>
<StrictMode>
<StrictMode>
<Provider store={store}>
<HashRouter>
<Routes>
<Route path="/" element={<App />}></Route>
</Routes>
</HashRouter>
</StrictMode>
</Provider>
</Provider>
</StrictMode>
);
};

0 comments on commit 160f9df

Please sign in to comment.