Moving gdpr to talk-plugin-profile-data

This commit is contained in:
okbel
2018-05-02 14:01:03 -03:00
parent 26438d0b90
commit c57acddfc0
34 changed files with 5 additions and 1057 deletions
@@ -1,10 +1,13 @@
import DownloadCommentHistory from './containers/DownloadCommentHistory';
import DeleteMyAccount from './containers/DeleteMyAccount';
import AccountDeletionRequestedSign from './AccountDeletionRequestedSign';
import translations from './translations.yml';
import graphql from './graphql';
export default {
slots: {
profileSettings: [DownloadCommentHistory],
stream: [AccountDeletionRequestedSign],
profileSettings: [DownloadCommentHistory, DeleteMyAccount],
},
translations,
...graphql,