This commit is contained in:
Belen Curcio
2017-04-26 23:15:40 -03:00
parent de6492a26d
commit 37e093f60a
3 changed files with 1 additions and 3 deletions
@@ -4,7 +4,6 @@ import {Button} from 'coral-ui';
import LoadMore from './LoadMore';
import NewCount from './NewCount';
import Comment from '../containers/Comment';
import Slot from 'coral-framework/components/Slot';
import InfoBox from 'coral-plugin-infobox/InfoBox';
import {ModerationLink} from 'coral-plugin-moderation';
import CommentBox from 'coral-plugin-commentbox/CommentBox';
+1 -1
View File
@@ -13,4 +13,4 @@ export default function Slot ({fill, inline = false, ...rest}) {
Slot.propTypes = {
fill: React.PropTypes.string
};
};
@@ -5,7 +5,6 @@ import {I18n} from '../coral-framework';
import translations from './translations.json';
import Slot from 'coral-framework/components/Slot';
const name = 'coral-plugin-commentbox';
class CommentBox extends React.Component {