1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 18:48:21 +00:00
pixelfed/resources/assets/js/collectioncompose.js

4 lines
101 B
JavaScript
Raw Normal View History

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