mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Merge branch 'load-more-comments' of github.com:coralproject/talk into load-more-comments
This commit is contained in:
@@ -3,11 +3,13 @@ import assets from './assets';
|
|||||||
import settings from './settings';
|
import settings from './settings';
|
||||||
import community from './community';
|
import community from './community';
|
||||||
import moderation from './moderation';
|
import moderation from './moderation';
|
||||||
|
import install from './install';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
auth,
|
auth,
|
||||||
assets,
|
assets,
|
||||||
settings,
|
settings,
|
||||||
community,
|
community,
|
||||||
moderation
|
moderation,
|
||||||
|
install
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user