mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2025-05-16 11:28:17 +08:00
Hotfix to match github pages url
This commit is contained in:
parent
c6d7f1a212
commit
401199bba6
2 changed files with 6 additions and 8 deletions
|
@ -59,13 +59,11 @@ const root = ReactDOM.createRoot(
|
|||
);
|
||||
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<Provider store={Store}>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<RouterProvider router={router} />
|
||||
</QueryClientProvider>
|
||||
</Provider>
|
||||
</React.StrictMode>
|
||||
<Provider store={Store}>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<RouterProvider router={router} />
|
||||
</QueryClientProvider>
|
||||
</Provider>
|
||||
);
|
||||
|
||||
// If you want to start measuring performance in your app, pass a function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue