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

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')