fix LoadScreen import on watch page
This commit is contained in:
parent
759a3ba185
commit
e23cce81dc
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
import React from 'react';
|
||||
import lbry from '../lbry.js';
|
||||
import LoadScreen from '../component/load_screen.js'
|
||||
import MediaElementPlayer from 'mediaelement';
|
||||
|
||||
|
||||
var WatchPage = React.createClass({
|
||||
propTypes: {
|
||||
name: React.PropTypes.string,
|
||||
|
|
Loading…
Reference in a new issue