Add import for BusyMessage to discover.js
This commit is contained in:
parent
eb18d47e8a
commit
ed38e2ea75
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import lbry from '../lbry.js';
|
||||
import lighthouse from '../lighthouse.js';
|
||||
import {Link, ToolTipLink, DownloadLink, WatchLink} from '../component/link.js';
|
||||
import {Thumbnail, CreditAmount, TruncatedText} from '../component/common.js';
|
||||
import {Thumbnail, CreditAmount, TruncatedText, BusyMessage} from '../component/common.js';
|
||||
|
||||
var fetchResultsStyle = {
|
||||
color: '#888',
|
||||
|
|
Loading…
Reference in a new issue