Remove unneeded style file

This commit is contained in:
Paul Bienkowski 2022-07-24 17:28:43 +02:00 committed by gluap
parent ea4d715f5d
commit 8b6205ff31
No known key found for this signature in database

View file

@ -7,10 +7,9 @@ import {map, switchMap} from 'rxjs/operators'
import {useTranslation} from 'react-i18next'
import api from 'api'
import {Stats, Page, Map} from 'components'
import {Stats, Page} from 'components'
import {TrackListItem} from './TracksPage'
import styles from './HomePage.module.less'
function MostRecentTrack() {
const {t} = useTranslation()