Merge pull request #1390 from lbryio/report-page-fix

fix: add missing import statements
This commit is contained in:
Sean Yesmunt 2018-04-25 16:20:05 -04:00 committed by GitHub
commit 4f5a9c608f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
import React from 'react';
import Button from 'component/button';
import { FormRow } from 'component/common/form';
import { FormRow, FormField } from 'component/common/form';
import { Lbry, doNotify } from 'lbry-redux';
import Page from 'component/page';
class ReportPage extends React.Component {
constructor(props) {