mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-25 11:38:42 +03:00
Clean master commit
This commit is contained in:
13
src/reducers/index.js
Normal file
13
src/reducers/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
combineReducers
|
||||
} from 'redux'
|
||||
|
||||
import domain from './domain.js'
|
||||
import app from './app.js'
|
||||
import ui from './ui.js'
|
||||
|
||||
export default combineReducers({
|
||||
app,
|
||||
domain,
|
||||
ui
|
||||
});;
|
||||
Reference in New Issue
Block a user