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