暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. import { combineReducers } from 'redux';
  2. import LineChart from './lineChart';
  3. import DoughnutChart from './doughnutChart';
  4. import LineInvestment from './lineInvestment'
  5. export default combineReducers({
  6. LineChart,
  7. DoughnutChart,
  8. LineInvestment
  9. });