plugin.js 222B

12345678
  1. import { combineReducers } from 'redux'
  2. import pageHtml from '../plugin/ContentType/PageHtml/pageHtml.js'
  3. import thread from '../plugin/ContentType/Thread/thread.js'
  4. export default combineReducers({
  5. pageHtml, thread
  6. })