|
|
|
|
@ -3,10 +3,7 @@ import format from 'date-fns/format' |
|
|
|
|
|
|
|
|
|
import { joinMatchLexics } from 'config/lexics/joinMatch' |
|
|
|
|
|
|
|
|
|
// import { usePageParams } from 'hooks/usePageParams'
|
|
|
|
|
|
|
|
|
|
import { T9n } from 'features/T9n' |
|
|
|
|
// import { Name } from 'features/Name'
|
|
|
|
|
import { useLexicsConfig, useLexicsStore } from 'features/LexicsStore' |
|
|
|
|
|
|
|
|
|
import { useUnauthenticatedMatch } from './hooks' |
|
|
|
|
@ -39,11 +36,7 @@ import { |
|
|
|
|
export const JoinMatchPageRFEF = () => { |
|
|
|
|
useLexicsConfig(joinMatchLexics) |
|
|
|
|
|
|
|
|
|
// const { sportType } = usePageParams()
|
|
|
|
|
const { |
|
|
|
|
// live,
|
|
|
|
|
// matchDate,
|
|
|
|
|
// matchInfo,
|
|
|
|
|
onJoinClick, |
|
|
|
|
} = useUnauthenticatedMatch() |
|
|
|
|
|
|
|
|
|
|