Skip to content

Commit

Permalink
fix: import missing text-description component
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebel committed Jun 1, 2020
1 parent d4e3606 commit eec4957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/events/_eventId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ import CarouselSlide from '@/components/carousel/carousel-slide'
import EventSkeleton from '@/components/event/event-skeleton'
import SpeakerCard from '@/components/event/speaker-card'
import Sponsors from '@/components/event/sponsors'
import TextDescription from '@/components/event-preview/text-description'
export default {
components: {
Carousel,
CarouselSlide,
EventSkeleton,
SpeakerCard,
TextDescription,
Sponsors
},
data: () => ({
Expand Down

0 comments on commit eec4957

Please sign in to comment.