group-status.js 93 B

1234
  1. Vue.component(
  2. 'gs-permalink',
  3. require('./components/GroupStatusPermalink.vue').default
  4. );