UNPKG

150 BJavaScriptView Raw
1import * as constCode from './consts'
2import * as commonConst from './common'
3
4export default {
5 consts: constCode,
6 common: commonConst
7}
\No newline at end of file