Skip to content

Commit

Permalink
Sort components
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed May 20, 2020
1 parent 1462b7d commit 0a9f967
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/ChatTeneoResponse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,19 +399,19 @@ export default {
"long-press": LongPress
},
components: {
Audio: () => import("@/components/Audio"),
Alert: () => import("@/components/Alert"),
AgentAssistCannedResponseForm: () => import("@/components/AgentAssistCannedResponseForm"),
Carousel: () => import("@/components/Carousel"),
Alert: () => import("@/components/Alert"),
Audio: () => import("@/components/Audio"),
Card: () => import("@/components/Card"),
ImageAnimation: () => import("@/components/ImageAnimation"),
Carousel: () => import("@/components/Carousel"),
DelayedResponse: () => import("@/components/DelayedResponse"),
Form: () => import("@/components/Form"),
ImageAnimation: () => import("@/components/ImageAnimation"),
Map: () => import("@/components/Map"),
SimpleTable: () => import("@/components/SimpleTable"),
Video: () => import("@/components/Video"),
Vimeo: () => import("@/components/Vimeo"),
YouTube: () => import("@/components/YouTube"),
Form: () => import("@/components/Form"),
SimpleTable: () => import("@/components/SimpleTable")
YouTube: () => import("@/components/YouTube")
},
props: {
item: {
Expand Down

0 comments on commit 0a9f967

Please sign in to comment.