import InfoService from "./InfoService"; import IndexService from "./IndexService"; export default { InfoService: new InfoService(), IndexService: new IndexService(), }