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.
1 parent aff00c9 commit e553648Copy full SHA for e553648
docs/faq/CodeStructure.md
@@ -202,8 +202,8 @@ axiosInstance.interceptors.request.use(config => {
202
Then, in your entry point file, inject the store into the API setup file:
203
204
```js title="index.js"
205
-import store from "./app/store"
206
-import {injectStore} from "./common/api"
+import store from './app/store'
+import { injectStore } from './common/api'
207
injectStore(store)
208
```
209
0 commit comments