import * as sceneApi from './api'; import * as getApi from './get'; export default { ...sceneApi, ...getApi, };