rsnext/examples/with-refnux/store/getInitialState.js

8 lines
112 B
JavaScript
Raw Normal View History

2017-02-21 05:13:05 +01:00
const getInitialState = () => {
return {
title: '',
counter: 0
}
}
export default getInitialState