UNPKG

@bitbloq/3d

Version:

One Platform to Rule Them All

15 lines (12 loc) 270 B
import {combineReducers} from 'redux'; import hardware from './hardware'; import software from './software'; import threed from './threed/'; import ui from './ui'; const bloqtest = combineReducers({ hardware, software, threed, ui, }); export default bloqtest;