UNPKG

react-ats-scripts

Version:

Configuration and scripts for Create React App with Storybook, TypeScript, Babel and Sass.

10 lines (9 loc) 180 B
import epic from './today.epic'; import reducer from './today.reducer'; import { PLAY, GET_TIME } from './today.actions'; export { epic, reducer, PLAY, GET_TIME };