Téléchargmeent des mises à jour de solde
This commit is contained in:
@ -4,6 +4,7 @@ import challengesReducer from './features/challenges/challengesSlice'
|
||||
import challengeActionsReducer from './features/challengeActions/challengeActionsSlice'
|
||||
import gameReducer from './features/game/gameSlice'
|
||||
import locationReducer from './features/location/locationSlice'
|
||||
import moneyUpdatesReducer from './features/moneyUpdates/moneyUpdatesSlice'
|
||||
import trainReducer from './features/train/trainSlice'
|
||||
|
||||
const store = configureStore({
|
||||
@ -13,6 +14,7 @@ const store = configureStore({
|
||||
challengeActions: challengeActionsReducer,
|
||||
game: gameReducer,
|
||||
location: locationReducer,
|
||||
moneyUpdates: moneyUpdatesReducer,
|
||||
train: trainReducer,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user