index.js 149 B

12345
  1. import components from "./components";
  2. import service from "./service";
  3. import store from "./store";
  4. export default { components, service, store };