Removed double request
This commit is contained in:
parent
335218fdd9
commit
43bc96bdf6
@ -25,7 +25,6 @@ if (!rootElement) throw new Error("Failed to find the root element");
|
||||
const root = ReactDOM.createRoot(rootElement);
|
||||
root.render(
|
||||
<Provider store={store}>
|
||||
<React.StrictMode>
|
||||
<BrowserRouter>
|
||||
<Routes>
|
||||
<Route path="/" element={<App />} />
|
||||
@ -46,7 +45,6 @@ root.render(
|
||||
<Route path="/*" element={<NotFound />}></Route>
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
</React.StrictMode>
|
||||
</Provider>
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user