feat(ott-276): matches slider changes (#83)
parent
2fb847c6c5
commit
500e48913e
@ -1,16 +1,11 @@ |
|||||||
import React from 'react' |
import React from 'react' |
||||||
|
|
||||||
import { |
|
||||||
HeaderFiltersStore, |
|
||||||
} from 'features/HeaderFilters' |
|
||||||
import { Matches } from 'features/Matches' |
import { Matches } from 'features/Matches' |
||||||
|
|
||||||
import { Content } from './styled' |
import { Content } from './styled' |
||||||
|
|
||||||
export const HomePage = () => ( |
export const HomePage = () => ( |
||||||
<HeaderFiltersStore> |
<Content> |
||||||
<Content> |
<Matches /> |
||||||
<Matches /> |
</Content> |
||||||
</Content> |
|
||||||
</HeaderFiltersStore> |
|
||||||
) |
) |
||||||
|
|||||||
Loading…
Reference in new issue