Skip to content

Commit

Permalink
Merge pull request #36 from storuky/patch-1
Browse files Browse the repository at this point in the history
Update VueGoodshare.vue
  • Loading branch information
Vic Shóstak authored Apr 25, 2020
2 parents 4148d19 + 35a3612 commit 0fa750d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VueGoodshare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import VueGoodshareLine from "./providers/Line.vue";
// Import VueGoodshare misc components
import VueGoodshareEmail from "./providers/Email.vue";
import VueGoodshareSMS from "./providers/SMS.vue";
import VueGoodshareSms from "./providers/SMS.vue";
export default {
name: "VueGoodshare",
Expand All @@ -79,7 +79,7 @@ export default {
VueGoodshareWhatsApp,
VueGoodshareLine,
VueGoodshareEmail,
VueGoodshareSMS,
VueGoodshareSms,
},
};
</script>

0 comments on commit 0fa750d

Please sign in to comment.