modules.ts 122 B

123456
  1. import timStore from './modules/timStore';
  2. import newMsg from './modules/newMsg';
  3. export default {
  4. timStore,
  5. newMsg
  6. };