mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2024-11-16 22:19:27 +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
|
@ -2,7 +2,7 @@
|
|||
"name": "react-notes",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "https://lemeow125.github.io/react-notes/#",
|
||||
"homepage": "https://lemeow125.github.io/React-NotesApp/#",
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
|
|
|
@ -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…
Reference in a new issue