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/profile.js
Daniel Supernault e343e07da3
Add profile.js
2019-02-10 21:24:57 -07:00

4 lines
No EOL
80 B
JavaScript
Vendored

Vue.component(
'profile',
require('./components/Profile.vue').default
);