examples/http -> examples/mailbox

This commit is contained in:
Yoshua Wuyts
2016-05-12 15:44:33 +07:00
parent 1d14f9f26b
commit 94e8073af1
9 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
module.exports = {
state: {
messages: [
{
id: 4,
subject: 'Should I use Ember',
from: 'user@example.com',
to: 'tomster@emberjs.com',
date: new Date(),
body: 'Ember looks pretty good, should I use it?'
}
]
},
reducers: { }
}