1
0
Fork 0

Update profile.js

This commit is contained in:
Daniel Supernault 2020-01-02 15:14:06 -07:00
parent e8b30ed898
commit ab1a884ee8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

@ -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