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 83ef9d5 + 0c00b09 commit 5406333Copy full SHA for 5406333
examples/query/react/kitchen-sink/src/features/auth/authSlice.ts
@@ -1,5 +1,5 @@
1
import { createSlice } from '@reduxjs/toolkit'
2
-import { postApi } from '../../app/services/posts'
+import { postsApi } from '../../app/services/posts'
3
import type { User } from '../../app/services/posts'
4
import type { RootState } from '../../app/store'
5
0 commit comments