Merge pull request #103 from lbryio/show-page-fix-imports
Fix imports on Show page
This commit is contained in:
commit
325e930e2c
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
import React from 'react';
|
||||
import lbry from '../lbry.js';
|
||||
import {Thumbnail} from '../component/common.js';
|
||||
import lighthouse from '../lighthouse.js';
|
||||
import {CreditAmount, Thumbnail} from '../component/common.js';
|
||||
import {Link, DownloadLink, WatchLink} from '../component/link.js';
|
||||
|
||||
var formatItemImgStyle = {
|
||||
maxWidth: '100%',
|
||||
|
|
Loading…
Add table
Reference in a new issue