1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/** * */ import * as AppConfig from './appconfig' import * as Comments from './comments' import initialState from './initialstate' import Loader from './loader' import * as WhatsNew from './whatsnew' /** @namespace OCP */ export default { AppConfig, Comments, InitialState: initialState, Loader, WhatsNew, };