Skip to content

Commit

Permalink
[ENH] reducers update
Browse files Browse the repository at this point in the history
  • Loading branch information
dragarthPl committed May 25, 2024
1 parent 1204111 commit ef6379f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import { combineReducers } from 'redux'

import temperatureReducer from './features/temperature/temepratureSlice'
import stoveStateReducer from './features/stoveState/stoveStateSlice'
import flameSizeReducer from './features/flameSize/flameSizeSlice'
const rootReducer = combineReducers({
temperature: temperatureReducer,
stoveState: stoveStateReducer,
flameSize: flameSizeReducer,
})

export default rootReducer

0 comments on commit ef6379f

Please sign in to comment.