1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 00:05:29 +00:00
pixelfed/resources/assets/js/group-topic-feed.js

5 lines
101 B
JavaScript
Raw Normal View History

2024-07-10 05:52:08 +00:00
Vue.component(
'group-topic-feed',
require('./../components/groups/GroupTopicFeed.vue').default
);