|
|
@ -28,10 +28,12 @@ const Conserve = (props) => { |
|
|
|
}, []) |
|
|
|
|
|
|
|
return ( |
|
|
|
<div style={{ display: 'flex', width: '100%', height: '100%', justifyContent: 'space-between' }}> |
|
|
|
<div style={{ width: '100%', height: '100%', }}> |
|
|
|
<div style={{ display: 'flex', width: '100%', height: '100%', justifyContent: 'space-between' }}> |
|
|
|
<Left roadData={roadData} loading={loading} /> |
|
|
|
<Right highwaysData={highwaysData} roadMaintenances={roadMaintenances}/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
) |
|
|
|
} |
|
|
|
function mapStateToProps(state) { |
|
|
|