react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
14 lines (12 loc) • 437 B
JavaScript
export * from './common';
export * from './group';
export * from './welfare';
export * from './bargain';
export * from './lottery';
export * from './landing';
export * from './rabbit';
import * as PayConstant from './pay-constant';
import * as SeckillEnum from './seckill-enum';
import * as AccountsType from './accounts-type';
import * as ApplyError from './apply-error';
export { PayConstant, SeckillEnum, AccountsType, ApplyError };