rsnext/examples/with-refnux/store/getInitialState.js
2017-02-21 21:52:44 +01:00

8 lines
111 B
JavaScript

const getInitialState = () => {
return {
title: '',
counter: 0
}
}
export default getInitialState