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