1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
pixelfed/resources/assets/js/group-status.js
Daniel Supernault 3811a1cd65
Add Groups vues
2024-07-09 23:52:08 -06:00

4 lines
93 B
JavaScript
Vendored

Vue.component(
'gs-permalink',
require('./components/GroupStatusPermalink.vue').default
);