mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Moving gdpr to talk-plugin-profile-data
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user