Skip to content

Commit e553648

Browse files
committed
Fix formatting
1 parent aff00c9 commit e553648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/CodeStructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ axiosInstance.interceptors.request.use(config => {
202202
Then, in your entry point file, inject the store into the API setup file:
203203

204204
```js title="index.js"
205-
import store from "./app/store"
206-
import {injectStore} from "./common/api"
205+
import store from './app/store'
206+
import { injectStore } from './common/api'
207207
injectStore(store)
208208
```
209209

0 commit comments

Comments
 (0)