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",
|
"name": "react-notes",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://lemeow125.github.io/react-notes/#",
|
"homepage": "https://lemeow125.github.io/React-NotesApp/#",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.10.6",
|
"@emotion/react": "^11.10.6",
|
||||||
"@emotion/styled": "^11.10.6",
|
"@emotion/styled": "^11.10.6",
|
||||||
|
|
|
@ -59,13 +59,11 @@ const root = ReactDOM.createRoot(
|
||||||
);
|
);
|
||||||
|
|
||||||
root.render(
|
root.render(
|
||||||
<React.StrictMode>
|
<Provider store={Store}>
|
||||||
<Provider store={Store}>
|
<QueryClientProvider client={queryClient}>
|
||||||
<QueryClientProvider client={queryClient}>
|
<RouterProvider router={router} />
|
||||||
<RouterProvider router={router} />
|
</QueryClientProvider>
|
||||||
</QueryClientProvider>
|
</Provider>
|
||||||
</Provider>
|
|
||||||
</React.StrictMode>
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// If you want to start measuring performance in your app, pass a function
|
// If you want to start measuring performance in your app, pass a function
|
||||||
|
|
Loading…
Reference in a new issue