modules.ts 74 B

1234
  1. import timStore from './modules/timStore';
  2. export default {
  3. timStore,
  4. };