1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-10 14:14:49 +00:00
pixelfed/resources/assets/js/group-status.js

5 lines
93 B
JavaScript
Raw Normal View History

2024-07-09 23:52:08 -06:00
Vue.component(
'gs-permalink',
require('./components/GroupStatusPermalink.vue').default
);