index.js 117 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 export default { state: [], reducers: { change(_, route) { return route } } }