chat-app/src/store/index.js
caiyx 2464c15603
Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run
fix
2024-11-22 09:06:37 +08:00

9 lines
329 B
JavaScript

export * from '@/store/modules/user'
// export * from '@/store/modules/settings'
export * from '@/store/modules/talk'
// export * from '@/store/modules/editor'
export * from '@/store/modules/dialogue'
// export * from '@/store/modules/editor-draft'
export * from '@/store/modules/uploads'
// export * from '@/store/modules/note'