1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
pixelfed/resources/assets/js/collectioncompose.js

4 lines
101 B
JavaScript
Raw Normal View History

2019-07-18 00:37:06 +00:00
Vue.component(
'collection-compose',
require('./components/CollectionCompose.vue').default
);