index.js 238 B

12345678910111213141516171819
  1. 'use strict';
  2. import MSI from './MSI.js'
  3. import MSI10 from './MSI10.js'
  4. import MSI11 from './MSI11.js'
  5. import MSI1010 from './MSI1010.js'
  6. import MSI1110 from './MSI1110.js'
  7. export default {
  8. MSI,
  9. MSI10,
  10. MSI11,
  11. MSI1010,
  12. MSI1110
  13. }