first commit
This commit is contained in:
7
lib/components/shopping_list/route.js
Normal file
7
lib/components/shopping_list/route.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
'/shopping_list': (store, params, cb) => {
|
||||
cb(store.getState().shopping_list.items)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user