1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-08 15:34:52 +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
);