fix: add missing import statements

This commit is contained in:
Sean Yesmunt 2018-04-25 16:18:02 -04:00
parent fe069650d6
commit 353f69474c

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) {