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

5 lines
93 B
JavaScript
Raw Normal View History

2024-07-10 05:52:08 +00:00
Vue.component(
'gs-permalink',
require('./components/GroupStatusPermalink.vue').default
);