topcoder-react-lib
Version:
The implementation of TC lib for ReactJS projects
17 lines (11 loc) • 306 B
JavaScript
/**
* Export the lib.
*/
import reducers, { factory as reducerFactory } from './reducers';
export { reducerFactory };
export { reducers };
export { actions } from './actions';
export { services } from './services';
export {
challenge, logger, errors, tc, time, mock, submission,
} from './utils';