Moving gdpr to talk-plugin-profile-data

This commit is contained in:
okbel
2018-05-02 14:03:21 -03:00
parent c57acddfc0
commit 58cc078d25
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import cn from 'classnames';
import { Button } from 'plugin-api/beta/client/components/ui';
import styles from './DeleteMyAccountStep.css';
import InputField from '../../components/InputField';
import InputField from './InputField';
const initialState = {
showError: false,
@@ -1,6 +1,6 @@
import DownloadCommentHistory from './containers/DownloadCommentHistory';
import DeleteMyAccount from './containers/DeleteMyAccount';
import AccountDeletionRequestedSign from './AccountDeletionRequestedSign';
import AccountDeletionRequestedSign from './containers/AccountDeletionRequestedSign';
import translations from './translations.yml';
import graphql from './graphql';