|
|
|
@ -1,5 +1,7 @@ |
|
|
|
import { Fragment, useState } from 'react' |
|
|
|
import { Fragment, useState } from 'react' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { useRecoilValue } from 'recoil' |
|
|
|
|
|
|
|
|
|
|
|
import { isLffClient } from 'config/clients' |
|
|
|
import { isLffClient } from 'config/clients' |
|
|
|
import { |
|
|
|
import { |
|
|
|
isMobileDevice, |
|
|
|
isMobileDevice, |
|
|
|
@ -18,7 +20,10 @@ import { |
|
|
|
} from 'features/MatchCard/CardFrontside/MatchCardMobile/styled' |
|
|
|
} from 'features/MatchCard/CardFrontside/MatchCardMobile/styled' |
|
|
|
|
|
|
|
|
|
|
|
import { AdType } from 'requests' |
|
|
|
import { AdType } from 'requests' |
|
|
|
import { useRecoilValue } from 'recoil' |
|
|
|
|
|
|
|
|
|
|
|
import { VIEW_ADS } from 'components/Ads/types' |
|
|
|
|
|
|
|
import { MobileAd } from 'components/Ads/components/MobileAd' |
|
|
|
|
|
|
|
import { adsStore } from 'pages/HighlightsPage/storeHighlightsAtoms' |
|
|
|
import { |
|
|
|
import { |
|
|
|
CardWrapperOuter, |
|
|
|
CardWrapperOuter, |
|
|
|
CardWrapper, |
|
|
|
CardWrapper, |
|
|
|
@ -30,9 +35,6 @@ import { |
|
|
|
} from './styled' |
|
|
|
} from './styled' |
|
|
|
|
|
|
|
|
|
|
|
import { TournamentProps } from '../..' |
|
|
|
import { TournamentProps } from '../..' |
|
|
|
import { VIEW_ADS } from '../../../../components/Ads/types' |
|
|
|
|
|
|
|
import { MobileAd } from '../../../../components/Ads/components/MobileAd' |
|
|
|
|
|
|
|
import { adsStore } from '../../../../pages/HighlightsPage/storeHighlightsAtoms' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const TournamentMobile = ({ |
|
|
|
export const TournamentMobile = ({ |
|
|
|
tournament, |
|
|
|
tournament, |
|
|
|
|