2016-05-12 14:45:20 +07:00
|
|
|
module.exports = {
|
|
|
|
|
state: {
|
|
|
|
|
messages: [
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
2016-05-12 19:37:02 +07:00
|
|
|
subject: 'Should I use Choo',
|
2016-05-12 14:45:20 +07:00
|
|
|
from: 'user@example.com',
|
2016-05-12 19:37:02 +07:00
|
|
|
to: 'choochoo@choojs.com',
|
2016-05-12 14:45:20 +07:00
|
|
|
date: new Date(),
|
2016-05-12 19:37:02 +07:00
|
|
|
body: 'Choo looks pretty good, should I use it?'
|
2016-05-12 14:45:20 +07:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
reducers: { }
|
|
|
|
|
}
|