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