fix: move useLazyPathname to hooks dir
This commit is contained in:
@@ -7,8 +7,8 @@ import { login } from "@/constants/routes/handleAuth"
|
||||
import Link from "@/components/TempDesignSystem/Link"
|
||||
import { LinkProps } from "@/components/TempDesignSystem/Link/link"
|
||||
import useLang from "@/hooks/useLang"
|
||||
import { useLazyPathname } from "@/hooks/useLazyPathname"
|
||||
import { trackLoginClick } from "@/utils/tracking"
|
||||
import { useLazyPathname } from "@/utils/url"
|
||||
|
||||
import { TrackingPosition } from "@/types/components/tracking"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user