index.js 266 B

1234
  1. import Counter from './Counter'
  2. import CounterView, {connector, ConnectedCounter, ConnectedBIGTABLO, BigButton, ConnectedBigButton} from './CounterView'
  3. export { Counter, connector, ConnectedCounter, ConnectedBIGTABLO, CounterView, BigButton, ConnectedBigButton }