File tree Expand file tree Collapse file tree
promotions/event/pastEvents Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import { useTranslations } from 'next-intl'
44import { Banner } from '@/core/Banner/Banner'
55import { Typography } from '@/core/Typography'
66import { EventCard } from '@/sections/cards/EventCard'
7- import type { EventCardData , FeaturedContentData } from '../../types/index'
7+ import type { FeaturedContentData } from '../../types/index'
8+ import type { EventCardData } from '../cards/EventCard/EventCard'
89
910type Props = {
1011 featuredContent : FeaturedContentData
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { BaseLink } from '@/core/Link/BaseLink'
88import { Typography } from '@/core/Typography'
99import { getEventDates } from '@/lib/helpers/dateUtilities'
1010import Blocks from '@/portableText/Blocks'
11- import type { EventCardData } from '@/types '
11+ import type { EventCardData } from '@/sections/cards/EventCard/EventCard '
1212
1313export type PastEventsListItemProps = {
1414 event : EventCardData
You can’t perform that action at this time.
0 commit comments