Remove unused import

This commit is contained in:
Chi Vinh Le
2017-08-21 21:39:40 +07:00
parent 74f778aef7
commit d47287fbd5
@@ -10,7 +10,6 @@ import renderComponent from 'recompose/renderComponent';
import {Spinner} from 'coral-ui';
import * as authActions from '../actions/auth';
import * as assetActions from '../actions/asset';
import pym from 'coral-framework/services/pym';
import {getDefinitionName, getSlotFragmentSpreads} from 'coral-framework/utils';
import {withQuery} from 'coral-framework/hocs';
import Embed from '../components/Embed';