Files
talk/plugins/talk-plugin-profile-data/client/index.js
T
2018-05-02 14:03:21 -03:00

15 lines
475 B
JavaScript

import DownloadCommentHistory from './containers/DownloadCommentHistory';
import DeleteMyAccount from './containers/DeleteMyAccount';
import AccountDeletionRequestedSign from './containers/AccountDeletionRequestedSign';
import translations from './translations.yml';
import graphql from './graphql';
export default {
slots: {
stream: [AccountDeletionRequestedSign],
profileSettings: [DownloadCommentHistory, DeleteMyAccount],
},
translations,
...graphql,
};