/** * @description Check Controller */ import * as index from './index'; import * as checkpreload from './checkpreload'; import * as test from './test'; export { index, checkpreload, test };