Skip to content

Commit 11edfd6

Browse files
committed
🎨 fix build
1 parent 0069a5c commit 11edfd6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

web/sections/SiteMenu/FeaturedContent.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import { useTranslations } from 'next-intl'
44
import { Banner } from '@/core/Banner/Banner'
55
import { Typography } from '@/core/Typography'
66
import { 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

910
type Props = {
1011
featuredContent: FeaturedContentData

web/sections/promotions/event/pastEvents/PastEventsListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { BaseLink } from '@/core/Link/BaseLink'
88
import { Typography } from '@/core/Typography'
99
import { getEventDates } from '@/lib/helpers/dateUtilities'
1010
import Blocks from '@/portableText/Blocks'
11-
import type { EventCardData } from '@/types'
11+
import type { EventCardData } from '@/sections/cards/EventCard/EventCard'
1212

1313
export type PastEventsListItemProps = {
1414
event: EventCardData

0 commit comments

Comments
 (0)