fix: add missing import statements #1390
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Button from 'component/button';
|
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 { Lbry, doNotify } from 'lbry-redux';
|
||||||
|
import Page from 'component/page';
|
||||||
|
|
||||||
class ReportPage extends React.Component {
|
class ReportPage extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
Loading…
Reference in a new issue