mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update components.js
This commit is contained in:
parent
cdeff05e9c
commit
9aea1cfcc1
1 changed files with 0 additions and 5 deletions
5
resources/assets/js/components.js
vendored
5
resources/assets/js/components.js
vendored
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue