chore: add consistent type imports
This commit is contained in:
@@ -8,7 +8,7 @@ import useTrackingStore from "@/stores/tracking"
|
||||
|
||||
import { createSDKPageObject } from "@/utils/tracking"
|
||||
|
||||
import { TrackingSDKProps } from "@/types/components/tracking"
|
||||
import type { TrackingSDKProps } from "@/types/components/tracking"
|
||||
|
||||
export default function TrackingSDK({ pageData, userData }: TrackingSDKProps) {
|
||||
const pathName = usePathname()
|
||||
|
||||
Reference in New Issue
Block a user