import IndexService from "./IndexService" import CarService from "./CarService" export default { index: new IndexService(), car: new CarService(), }