We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46d95a + 7d1d7a5 commit 70c1c5cCopy full SHA for 70c1c5c
docs/tutorials/rtk-query.mdx
@@ -141,7 +141,7 @@ export default function App() {
141
return <div>...</div>
142
}
143
144
-// file: app/store.ts noEmit
+// file: store.ts noEmit
145
import { configureStore } from '@reduxjs/toolkit'
146
147
export const store = configureStore({
@@ -154,7 +154,7 @@ import { render } from 'react-dom'
154
import { Provider } from 'react-redux'
155
156
import App from './App'
157
-import { store } from './app/store'
+import { store } from './store'
158
159
const rootElement = document.getElementById('root')
160
render(
0 commit comments