Remove unneeded style file

This commit is contained in:
Paul Bienkowski 2022-07-24 17:28:43 +02:00
parent c020839b31
commit 682b41f2a4
2 changed files with 1 additions and 14 deletions

View file

@ -1,12 +0,0 @@
@import 'styles.less';
.welcomeMap {
height: 60rem;
max-height: 70vh;
position: relative;
@media @mobile {
margin: -35px -32px 0 -32px;
max-height: 70vh;
}
}

View file

@ -7,10 +7,9 @@ import {map, switchMap} from 'rxjs/operators'
import {useTranslation, Trans as Translate} 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()