Skip to content

Commit 3c293bb

Browse files
authored
Docs: Export store in TS guide (#991)
1 parent 9555397 commit 3c293bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/typescript.md

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

50-
const store = configureStore({
50+
export const store = configureStore({
5151
reducer: {
5252
posts: postsReducer,
5353
comments: commentsReducer,

0 commit comments

Comments
 (0)