Use container

This commit is contained in:
Chi Vinh Le
2017-04-24 23:35:49 +07:00
parent a91db35f91
commit 027358913d
@@ -1,6 +1,6 @@
import React, {PropTypes} from 'react';
import {Button} from 'coral-ui';
import Comment from './Comment';
import Comment from '../containers/Comment';
import CommentBox from 'coral-plugin-commentbox/CommentBox';
import SuspendedAccount from 'coral-framework/components/SuspendedAccount';
import RestrictedContent from 'coral-framework/components/RestrictedContent';