Fix double pause button in mobile (#408)

Restored css load-order that was changed from a recent refactor.
This commit is contained in:
infinite-persistence 2021-12-01 19:06:22 -08:00 committed by GitHub
parent 2ecf04a2e5
commit 428c00901b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
// @flow
import './plugins/videojs-mobile-ui/plugin';
import 'videojs-contrib-ads'; // must be loaded in this order
import 'videojs-ima'; // loads directly after contrib-ads
import 'video.js/dist/alt/video-js-cdn.min.css';
import './plugins/videojs-mobile-ui/plugin';
import * as ICONS from 'constants/icons';
import * as OVERLAY from './overlays';