sakura/src/store/index.ts

8 lines
198 B
TypeScript

import auth from './auth'
import init from './init'
import posts from './posts'
import comments from './comments'
import messages from './messages'
export { auth, init, posts, comments, messages }