1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 09:46:49 +00:00
pixelfed/resources/assets/js/timeline.js
2019-02-10 21:23:15 -07:00

4 lines
No EOL
82 B
JavaScript
Vendored

Vue.component(
'timeline',
require('./components/Timeline.vue').default
);