Skip to content

Commit 03fc14c

Browse files
committed
refactor: change import path to relative
1 parent e9987a4 commit 03fc14c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import type { DestinationCalendarClassNames } from "destination-calendar/DestinationCalendar";
2-
1+
import type { DestinationCalendarClassNames } from "../../destination-calendar/DestinationCalendar";
32
import { DestinationCalendarSettingsPlatformWrapper } from "../../destination-calendar/index";
43
import { SelectedCalendarsSettingsPlatformWrapper } from "../../selected-calendars/index";
54
import type {

0 commit comments

Comments
 (0)