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