diff --git a/client/app/components/SearchRequest.jsx b/client/app/components/SearchRequest.jsx index c9f64ca..6e2cc7f 100644 --- a/client/app/components/SearchRequest.jsx +++ b/client/app/components/SearchRequest.jsx @@ -9,6 +9,8 @@ import movieStyle from './styles/movieObjectStyle.jsx'; import URI from 'urijs'; import InfiniteScroll from 'react-infinite-scroller'; +import { fetchJSON } from './http.jsx'; + var MediaQuery = require('react-responsive'); // TODO add option for searching multi, movies or tv shows