mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
linting
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import React from 'react';
|
||||
import SubscriberBadge from '../components/SubscriberBadge';
|
||||
import {compose, gql} from 'react-apollo';
|
||||
import {withFragments, excludeIf} from 'plugin-api/beta/client/hocs';
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
import SubscriberBadge from './containers/SubscriberBadge';
|
||||
import translations from './translations.yml';
|
||||
import {gql} from 'react-apollo';
|
||||
|
||||
export default {
|
||||
translations,
|
||||
slots: {
|
||||
commentAuthorTags: [SubscriberBadge]
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user