mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 22:45:01 +00:00
cotisations par branche - La traduction est gérée - Uniformise la gestion des boutons (1/2)
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
import { connect } from 'react-redux'
|
|
export default component =>
|
|
connect(
|
|
state => ({ colours: state.themeColours }),
|
|
{}
|
|
)(component)
|