mirror of https://github.com/pixelfed/pixelfed.git
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
|
Vue.component(
|
||
|
'group-topic-feed',
|
||
|
require('./../components/groups/GroupTopicFeed.vue').default
|
||
|
);
|