Report: fix imports

This commit is contained in:
Alex Liebowitz 2017-01-02 15:42:53 -05:00
parent fa469253a3
commit 0ccc8ca809

View file

@ -1,4 +1,6 @@
import React from 'react';
import {Link} from '../component/link.js';
import Modal from '../component/modal.js';
import lbry from '../lbry.js';
var ReportPage = React.createClass({