diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index 52d224b..cc1babb 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -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()