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