import routes from './routes'; import reducers from './reducers'; import actions from './actions'; export default { key: 'brief', name: '党工平台', reducers, routes, actions, };