mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
10 lines
176 B
JavaScript
10 lines
176 B
JavaScript
import auth from './auth';
|
|
import asset from './asset';
|
|
import {reducer as commentBox} from '../../talk-plugin-commentbox';
|
|
|
|
export default {
|
|
auth,
|
|
asset,
|
|
commentBox,
|
|
};
|