This commit is contained in:
Daniel Shleifman
2021-06-14 10:30:34 +03:00
parent 2a62530923
commit b19871cef4
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import { torrentsHost } from 'utils/Hosts'
import TorrentCard from 'components/TorrentCard'
import axios from 'axios'
import CircularProgress from '@material-ui/core/CircularProgress'
import { TorrentListWrapper, CenteredGrid } from 'App/style'
import { TorrentListWrapper, CenteredGrid } from 'components/App/style'
import { useTranslation } from 'react-i18next'
export default function TorrentList() {