Skip to content

Commit

Permalink
TypeScript docs store export
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodrigorojo committed Mar 24, 2024
1 parent 7828a64 commit 18fab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/typescript.md
Expand Up @@ -44,7 +44,7 @@ Since those are types, it's safe to export them directly from your store setup f
import { configureStore } from '@reduxjs/toolkit'
// ...

const store = configureStore({
export const store = configureStore({
reducer: {
posts: postsReducer,
comments: commentsReducer,
Expand Down

0 comments on commit 18fab4b

Please sign in to comment.