rsnext/examples/with-xstate/components/index.js
Rohman Masyhar 320d98e051 Add example with-xstate (#10234)
Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-23 13:24:35 -05:00

4 lines
90 B
JavaScript

import Counter from './Counter'
import Toggle from './Toggle'
export { Counter, Toggle }