Merge remote-tracking branch 'origin' into feature/tracking
This commit is contained in:
@@ -15,7 +15,7 @@ import useTrackingStore from "@/stores/tracking"
|
||||
import { useSessionId } from "@/hooks/useSessionId"
|
||||
import { createSDKPageObject } from "@/utils/tracking"
|
||||
|
||||
import { TrackingSDKProps } from "@/types/components/tracking"
|
||||
import type { TrackingSDKProps } from "@/types/components/tracking"
|
||||
|
||||
enum TransitionStatusEnum {
|
||||
NotRun = "NotRun",
|
||||
|
||||
@@ -2,7 +2,7 @@ import { getUserTracking } from "@/lib/trpc/memoizedRequests"
|
||||
|
||||
import RouterTransition from "@/components/TrackingSDK/RouterTransition"
|
||||
|
||||
import {
|
||||
import type {
|
||||
TrackingSDKHotelInfo,
|
||||
TrackingSDKPageData,
|
||||
} from "@/types/components/tracking"
|
||||
|
||||
Reference in New Issue
Block a user