Skip to content

Commit

Permalink
Merge pull request #4689 from joserodrigorojo/ts-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Mar 25, 2024
2 parents 7828a64 + 18fab4b commit 9e277ea
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 9e277ea

Please sign in to comment.