choo: add href / history handling
This commit is contained in:
@@ -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: { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user