index.js 137 B

123456789
  1. import app from "./app";
  2. import city from "./city";
  3. import community from "./community";
  4. export default {
  5. app,
  6. city,
  7. community
  8. };