This commit is contained in:
Belen Curcio
2017-11-30 11:18:34 -03:00
parent a78bff5ee6
commit 4b0d64dfc6
@@ -2,8 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import {StreamError} from './StreamError';
import Comment from '../containers/Comment';
import BannedAccount from './BannedAccount';
import ChangeUsername from '../containers/ChangeUsername';
import BannedAccount from '../../../components/BannedAccount';
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';