index.js 110 B

1234567
  1. import reports from "./reports";
  2. // when Vuex needs to interact with socket.io
  3. export default {
  4. reports
  5. };