Skip to content

Commit da816ac

Browse files
Moved external import to the top.
1 parent 20dba1f commit da816ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VideoPlayer/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
* limitations under the License.
1818
*/
1919

20+
import executeAsPromise from '@michieljs/execute-as-promise'
21+
2022
import Metrics from '../Metrics'
2123
import Log from '../Log'
2224
import Ads from '../Ads'
2325

2426
import events from './events'
2527
import autoSetupMixin from '../helpers/autoSetupMixin'
2628
import easeExecution from '../helpers/easeExecution'
27-
import executeAsPromise from '@michieljs/execute-as-promise'
2829
import { ApplicationInstance } from '../Launch'
2930
import Settings from '../Settings'
3031
import VideoTexture from './VideoTexture'

0 commit comments

Comments
 (0)