mirror of
https://github.com/mashirozx/sakura.git
synced 2025-05-29 01:49:21 +08:00
8 lines
198 B
TypeScript
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 }
|