diff --git a/src/routes/Detail/StreamsList/StreamsList.js b/src/routes/Detail/StreamsList/StreamsList.js index 647c8b9ae..4452b3c7e 100644 --- a/src/routes/Detail/StreamsList/StreamsList.js +++ b/src/routes/Detail/StreamsList/StreamsList.js @@ -1,35 +1,32 @@ -import React, { Component } from 'react'; +import React from 'react'; import PropTypes from 'prop-types'; -import classnames from 'classnames'; import Icon from 'stremio-icons/dom'; import Stream from './Stream'; import styles from './styles'; -class StreamsList extends Component { - render() { - return ( -