mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Linting
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user