Skip to content

Commit 353499c

Browse files
committed
🎨 fix build
1 parent ec0e635 commit 353499c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/core/AddToCalendar/AddToCalendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isAfter } from 'date-fns'
33
import { useTranslations } from 'next-intl'
44
import { useEffect, useState } from 'react'
55
import { getEventDates, toUTCDateParts } from '@/lib/helpers/dateUtilities'
6-
import type { EventDateType } from '../../types/index'
6+
import type { EventDateType } from '@/sections/cards/EventCard/EventCard'
77
import ResourceLink from '../Link/ResourceLink'
88

99
// eslint-disable-next-line @typescript-eslint/no-var-requires

0 commit comments

Comments
 (0)