const state = [];
// change code below this line
const mapStateToProps = (state)=>{
return {
messages: state
}
}
const state = [];
// change code below this line
const mapStateToProps = (state)=>{
return {
messages: state
}
}