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 { Lbryio } from 'lbryinc';
|
||||||
import I18nMessage from 'component/i18nMessage';
|
import I18nMessage from 'component/i18nMessage';
|
||||||
import Card from 'component/common/card';
|
import Card from 'component/common/card';
|
||||||
|
// @if TARGET='web'
|
||||||
import Pixel from 'web/component/pixel';
|
import Pixel from 'web/component/pixel';
|
||||||
|
// @endif
|
||||||
type Props = {
|
type Props = {
|
||||||
history: { push: (string) => void, location: { search: string } },
|
history: { push: (string) => void, location: { search: string } },
|
||||||
doToast: ({}) => void,
|
doToast: ({}) => void,
|
||||||
|
|
Loading…
Add table
Reference in a new issue