UNPKG

awesome-react-cli

Version:

This is a boiler plate cli which will work with CRA awesome-react-template

11 lines (9 loc) 261 B
/** * @Description Default * @FileName actionTypes.js * @Author awesome-react-cli * @CreatedOn 08 February, 2021 16:13:37 * @IssueID NA */ export * from './actions/actionTypes'; export { default as __moduleName__Watcher } from './effects/moduleWatcher';