Skip to content

Commit 0c00b09

Browse files
committed
fix: incorrect import name for postsApi in authSlice
1 parent 83ef9d5 commit 0c00b09

File tree

1 file changed

+1
-1
lines changed
  • examples/query/react/kitchen-sink/src/features/auth

1 file changed

+1
-1
lines changed

examples/query/react/kitchen-sink/src/features/auth/authSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createSlice } from '@reduxjs/toolkit'
2-
import { postApi } from '../../app/services/posts'
2+
import { postsApi } from '../../app/services/posts'
33
import type { User } from '../../app/services/posts'
44
import type { RootState } from '../../app/store'
55

0 commit comments

Comments
 (0)