mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 06:25:12 +00:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
|
import { connect } from 'react-redux'
|
||
|
export default component =>
|
||
|
connect(state => ({ colours: state.themeColours }))(component)
|