1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/assets/js/my2020.js

4 lines
79 B
JavaScript
Raw Normal View History

Vue.component(
'my-yearreview',
require('./components/My2020.vue').default
);