1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/resources/assets/js/activity.js
2019-05-27 13:54:45 -06:00

4 lines
No EOL
92 B
JavaScript
Vendored

Vue.component(
'activity-component',
require('./components/Activity.vue').default
);