mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update timeline.js
This commit is contained in:
parent
23c131d005
commit
48ae8cabbe
1 changed files with 5 additions and 0 deletions
5
resources/assets/js/timeline.js
vendored
5
resources/assets/js/timeline.js
vendored
|
@ -36,4 +36,9 @@ Vue.component(
|
|||
Vue.component(
|
||||
'timeline',
|
||||
require('./components/Timeline.vue').default
|
||||
);
|
||||
|
||||
Vue.component(
|
||||
'announcements-card',
|
||||
require('./components/AnnouncementsCard.vue').default
|
||||
);
|
Loading…
Add table
Reference in a new issue