1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/assets/js/rempro.js

4 lines
87 B
JavaScript
Raw Normal View History

2020-04-08 21:34:31 -06:00
Vue.component(
'remote-profile',
require('./components/RemoteProfile.vue').default
);