Skip to content

Commit 5406333

Browse files
authored
Merge pull request #2457 from KaylaKremer/fix-import-name-in-kitchen-sink-example
2 parents 83ef9d5 + 0c00b09 commit 5406333

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

+1-1
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)