Remove unneeded style file
This commit is contained in:
parent
c020839b31
commit
682b41f2a4
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue