import { combineReducers } from 'redux'
​import Test from './test.jsx'
export default combineReducers({
	Test
})