diff --git a/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx b/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx index 8e7c016fad..3b9ee24c42 100644 --- a/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx +++ b/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx @@ -14,7 +14,7 @@ import { palette } from '../../palette'; import type { StarRating as Rating } from '../../types/content'; import type { DCRFrontImage } from '../../types/front'; import type { MainMedia } from '../../types/mainMedia'; -import { PodcastSeriesImage } from '../../types/tag'; +import type { PodcastSeriesImage } from '../../types/tag'; import { Avatar } from '../Avatar'; import { CardLink } from '../Card/components/CardLink'; import { CardHeadline } from '../CardHeadline';