mirror of https://github.com/pixelfed/pixelfed
Add profile.js
parent
9b0d3abdf7
commit
e343e07da3
@ -0,0 +1,4 @@
|
||||
Vue.component(
|
||||
'profile',
|
||||
require('./components/Profile.vue').default
|
||||
);
|
Loading…
Reference in New Issue