mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 01:41:13 +08:00
12 lines
268 B
JavaScript
12 lines
268 B
JavaScript
import DownloadCommentHistory from './containers/DownloadCommentHistory';
|
|
import translations from './translations.yml';
|
|
import graphql from './graphql';
|
|
|
|
export default {
|
|
slots: {
|
|
profileSettings: [DownloadCommentHistory],
|
|
},
|
|
translations,
|
|
...graphql,
|
|
};
|