import app from "./app"; import city from "./city"; import goods from "./goods"; export default { app, city, goods };