Skip to content

Commit 05b8ec9

Browse files
authored
Merge pull request #4169 from immad-hamid/patch-1
2 parents d452a29 + 43ee859 commit 05b8ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/UsageWithTypescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Since those are types, it's safe to export them directly from your store setup f
5656
import { configureStore } from '@reduxjs/toolkit'
5757
// ...
5858

59-
const store = configureStore({
59+
export const store = configureStore({
6060
reducer: {
6161
posts: postsReducer,
6262
comments: commentsReducer,

0 commit comments

Comments
 (0)