mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 23:11:14 +08:00
Use getDefinition name from plugin-api
This commit is contained in:
@@ -3,4 +3,5 @@ export {
|
||||
insertCommentsSorted,
|
||||
getSlotFragmentSpreads,
|
||||
forEachError,
|
||||
getDefinitionName,
|
||||
} from 'coral-framework/utils';
|
||||
|
||||
@@ -4,10 +4,9 @@ import {compose, gql} from 'react-apollo';
|
||||
import TabPane from '../components/TabPane';
|
||||
import {withFragments, connect} from 'plugin-api/beta/client/hocs';
|
||||
import Comment from '../containers/Comment';
|
||||
import {getDefinitionName} from 'coral-framework/utils';
|
||||
import {addNotification} from 'plugin-api/beta/client/actions/notification';
|
||||
import {viewComment} from 'coral-embed-stream/src/actions/stream';
|
||||
import {insertCommentsSorted} from 'plugin-api/beta/client/utils';
|
||||
import {insertCommentsSorted, getDefinitionName} from 'plugin-api/beta/client/utils';
|
||||
import update from 'immutability-helper';
|
||||
|
||||
class TabPaneContainer extends React.Component {
|
||||
|
||||
Reference in New Issue
Block a user