mirror of https://github.com/pixelfed/pixelfed.git
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
|
Vue.component(
|
||
|
'gs-permalink',
|
||
|
require('./components/GroupStatusPermalink.vue').default
|
||
|
);
|