This commit is contained in:
syuilo 2019-03-10 19:16:33 +09:00
parent 5a0a297634
commit 80a2172715
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
9 changed files with 249 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import hybridTimeline from './hybrid-timeline';
import globalTimeline from './global-timeline';
import notesStats from './notes-stats';
import serverStats from './server-stats';
import queueStats from './queue-stats';
import userList from './user-list';
import messaging from './messaging';
import messagingIndex from './messaging-index';
@ -23,6 +24,7 @@ export default {
globalTimeline,
notesStats,
serverStats,
queueStats,
userList,
messaging,
messagingIndex,