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