We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dba1f commit da816acCopy full SHA for da816ac
src/VideoPlayer/index.js
@@ -17,14 +17,15 @@
17
* limitations under the License.
18
*/
19
20
+import executeAsPromise from '@michieljs/execute-as-promise'
21
+
22
import Metrics from '../Metrics'
23
import Log from '../Log'
24
import Ads from '../Ads'
25
26
import events from './events'
27
import autoSetupMixin from '../helpers/autoSetupMixin'
28
import easeExecution from '../helpers/easeExecution'
-import executeAsPromise from '@michieljs/execute-as-promise'
29
import { ApplicationInstance } from '../Launch'
30
import Settings from '../Settings'
31
import VideoTexture from './VideoTexture'
0 commit comments