mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
Show: fix imports
This commit is contained in:
parent
c296f0c708
commit
7b98f5b9a9
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import lbry from '../lbry.js';
|
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 = {
|
var formatItemImgStyle = {
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
|
|
Loading…
Add table
Reference in a new issue