This commit is contained in:
Daniel Shleifman
2021-06-20 21:52:38 +03:00
parent 64f722eee9
commit a026f05205
7 changed files with 50 additions and 41 deletions

View File

@@ -13,7 +13,7 @@ import { useQuery } from 'react-query'
import { getTorrents } from 'utils/Utils'
import parseTorrent from 'parse-torrent'
import { ThemeProvider } from '@material-ui/core/styles'
import { lightTheme } from 'components/App'
import { lightTheme } from 'components/App/materialUISetup'
import { checkImageURL, getMoviePosters, chechTorrentSource, parseTorrentTitle } from './helpers'
import { ButtonWrapper, Content, Header } from './style'