1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-27 02:06:52 +00:00
pixelfed/resources/assets/js/timeline.js

4 lines
82 B
JavaScript
Raw Normal View History

2019-02-11 04:23:15 +00:00
Vue.component(
'timeline',
require('./components/Timeline.vue').default
);