rsnext/examples/with-rematch/shared/models/index.js
Bhargav Ponnapalli 3556a3a63f Added example for usage with rematch (#4095)
* Usage with rematch

* Run lint fix

* Add counter-display example and readme
2018-04-03 09:09:30 +02:00

5 lines
100 B
JavaScript

import counter from './counter'
import github from './github'
export { counter }
export { github }