index.js 195 B

123456789
  1. import activeRingChart1 from './demo1'
  2. import activeRingChart2 from './demo2'
  3. import activeRingChart3 from './demo3'
  4. export default {
  5. activeRingChart1,
  6. activeRingChart2,
  7. activeRingChart3
  8. }