1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/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
);