Fixed type imports

This commit is contained in:
Linus Flood
2024-12-13 09:48:53 +01:00
parent 6f1d5129e9
commit 5f8a13d478
7 changed files with 20 additions and 25 deletions

View File

@@ -22,8 +22,8 @@ import type {
import type { SelectHotelMapContainerProps } from "@/types/components/hotelReservation/selectHotel/map"
import {
TrackingChannelEnum,
TrackingSDKHotelInfo,
TrackingSDKPageData,
type TrackingSDKHotelInfo,
type TrackingSDKPageData,
} from "@/types/components/tracking"
import type { Lang } from "@/constants/languages"