review this
This commit is contained in:
parent
e6376871d5
commit
f1c9aa7907
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ import Button from 'component/button';
|
|||
import { Lbryio } from 'lbryinc';
|
||||
import I18nMessage from 'component/i18nMessage';
|
||||
import Card from 'component/common/card';
|
||||
// @if TARGET='web'
|
||||
import Pixel from 'web/component/pixel';
|
||||
|
||||
// @endif
|
||||
type Props = {
|
||||
history: { push: (string) => void, location: { search: string } },
|
||||
doToast: ({}) => void,
|
||||
|
|
Loading…
Reference in a new issue