diff --git a/client/coral-embed-stream/src/Embed.js b/client/coral-embed-stream/src/Embed.js index 1088cce52..1b7e53bed 100644 --- a/client/coral-embed-stream/src/Embed.js +++ b/client/coral-embed-stream/src/Embed.js @@ -9,6 +9,7 @@ const {logout, showSignInDialog} = authActions; const {addNotification, clearNotification} = notificationActions; const {fetchAssetSuccess} = assetActions +import pym from './Pym' import {queryStream} from './graphql/queries'; import {postComment, postAction, deleteAction} from './graphql/mutations'; import {Notification, notificationActions, authActions, assetActions} from 'coral-framework';