fet(fluxWizard): add tags reducer

pull/5852/head
Pavel Zavora 2022-01-31 10:37:22 +01:00
parent 378db7480a
commit 6d9b62a1e7
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import {combineReducers} from 'redux'
import buckets from './buckets'
import aggregation from './aggregation'
import tags from './tags'
export default combineReducers({buckets, aggregation})
export default combineReducers({buckets, aggregation, tags})