Move ChangeUsername to the appropiate tab

This commit is contained in:
Chi Vinh Le
2018-01-08 15:50:41 +01:00
parent 791025b153
commit ec852601a4
4 changed files with 1 additions and 1 deletions
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import {StreamError} from './StreamError';
import Comment from '../containers/Comment';
import BannedAccount from '../../../components/BannedAccount';
import ChangeUsername from '../../../containers/ChangeUsername';
import ChangeUsername from '../containers/ChangeUsername';
import Slot from 'coral-framework/components/Slot';
import InfoBox from 'talk-plugin-infobox/InfoBox';
import {can} from 'coral-framework/services/perms';