1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-08 15:34:52 +00:00

Add collections.js

This commit is contained in:
Daniel Supernault 2019-07-16 20:14:57 -06:00
parent 8299553d81
commit e6d5dcd96b
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

4
resources/assets/js/collections.js vendored Normal file
View file

@ -0,0 +1,4 @@
Vue.component(
'collection-component',
require('./components/CollectionComponent.vue').default
);