Update profile.js

pull/1906/head
Daniel Supernault 5 years ago
parent e8b30ed898
commit ab1a884ee8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -28,6 +28,11 @@ Vue.component(
require('./components/PostMenu.vue').default
);
Vue.component(
'story-viewer',
require('./components/StoryViewer.vue').default
);
Vue.component(
'profile',
require('./components/Profile.vue').default

Loading…
Cancel
Save