|
|
|
@ -1,7 +1,5 @@ |
|
|
|
import { Fragment } from 'react' |
|
|
|
import { Fragment } from 'react' |
|
|
|
|
|
|
|
|
|
|
|
import format from 'date-fns/format' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { isMobileDevice } from 'config' |
|
|
|
import { isMobileDevice } from 'config' |
|
|
|
import { joinMatchLexics } from 'config/lexics/joinMatch' |
|
|
|
import { joinMatchLexics } from 'config/lexics/joinMatch' |
|
|
|
|
|
|
|
|
|
|
|
@ -10,6 +8,8 @@ import { useLexicsConfig } from 'features/LexicsStore' |
|
|
|
|
|
|
|
|
|
|
|
import { useAuthStore } from 'features/AuthStore' |
|
|
|
import { useAuthStore } from 'features/AuthStore' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { getCurrentYear } from 'helpers' |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
|
import { |
|
|
|
Wrapper, |
|
|
|
Wrapper, |
|
|
|
TunisiaLogo, |
|
|
|
TunisiaLogo, |
|
|
|
@ -34,7 +34,7 @@ export const DiwanInsportsTv = () => { |
|
|
|
useLexicsConfig(joinMatchLexics) |
|
|
|
useLexicsConfig(joinMatchLexics) |
|
|
|
const { login } = useAuthStore() |
|
|
|
const { login } = useAuthStore() |
|
|
|
|
|
|
|
|
|
|
|
const currentYear = format(new Date(), 'Y') |
|
|
|
const currentYear = getCurrentYear() |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<Wrapper> |
|
|
|
<Wrapper> |
|
|
|
|