mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
12 lines
212 B
JavaScript
12 lines
212 B
JavaScript
import auth from './auth';
|
|
import user from './user';
|
|
import asset from './asset';
|
|
import {reducer as commentBox} from '../../coral-plugin-commentbox';
|
|
|
|
export default {
|
|
auth,
|
|
user,
|
|
asset,
|
|
commentBox,
|
|
};
|