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