review this

This commit is contained in:
zeppi 2021-07-13 23:45:51 -04:00
parent e6376871d5
commit f1c9aa7907

View file

@ -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,