UNPKG

topcoder-react-lib

Version:
17 lines (11 loc) 306 B
/** * 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';