1
0
Fork 0

Update components.js

This commit is contained in:
Daniel Supernault 2018-11-09 13:02:04 -07:00
parent cdeff05e9c
commit 9aea1cfcc1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 5 deletions

View File

@ -51,11 +51,6 @@ Vue.component(
require('./components/PostComponent.vue')
);
Vue.component(
'post-presenter',
require('./components/PostPresenter.vue')
);
Vue.component(
'post-comments',
require('./components/PostComments.vue')