Files
talk/plugins/talk-plugin-profile-data/client/index.js
T
2018-04-09 15:58:31 -06:00

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,
};