Don't export internals of embed stream in plugin-api (for now)

This commit is contained in:
Chi Vinh Le
2017-07-18 21:04:30 +07:00
parent 19929c97d8
commit 6652368221
7 changed files with 31 additions and 30 deletions
-1
View File
@@ -1 +0,0 @@
export {setActiveTab} from 'coral-embed-stream/src/actions/stream';
+1
View File
@@ -0,0 +1 @@
export {insertCommentsSorted} from 'coral-framework/utils';
-1
View File
@@ -1 +0,0 @@
export {findCommentInEmbedQuery, insertSorted} from 'coral-embed-stream/src/graphql/utils';