diff --git a/apps/web/components/integrations/chrome-detail.tsx b/apps/web/components/integrations/chrome-detail.tsx index 6a63dbf14..268e1d6bd 100644 --- a/apps/web/components/integrations/chrome-detail.tsx +++ b/apps/web/components/integrations/chrome-detail.tsx @@ -1,6 +1,6 @@ "use client" -import { CHROME_EXTENSION_URL } from "@repo/lib/constants" +import { CHROME_EXTENSION_URL } from "@lib/constants" import { cn } from "@lib/utils" import { dmSans125ClassName } from "@/lib/fonts" import { ChromeIcon } from "@/components/integration-icons" diff --git a/apps/web/components/nova/nova-empty-state.tsx b/apps/web/components/nova/nova-empty-state.tsx index 46a79e601..1cf4f2588 100644 --- a/apps/web/components/nova/nova-empty-state.tsx +++ b/apps/web/components/nova/nova-empty-state.tsx @@ -1,6 +1,6 @@ "use client" -import { CHROME_EXTENSION_URL } from "@repo/lib/constants" +import { CHROME_EXTENSION_URL } from "@lib/constants" import type { IntegrationParamValue } from "@/lib/search-params" import { cn } from "@lib/utils" import { dmSansClassName } from "@/lib/fonts" diff --git a/apps/web/components/onboarding/x-bookmarks-detail-view.tsx b/apps/web/components/onboarding/x-bookmarks-detail-view.tsx index d65d35e22..e0bf95abb 100644 --- a/apps/web/components/onboarding/x-bookmarks-detail-view.tsx +++ b/apps/web/components/onboarding/x-bookmarks-detail-view.tsx @@ -4,7 +4,7 @@ import { Button } from "@ui/components/button" import { cn } from "@lib/utils" import { dmSansClassName } from "@/lib/fonts" import Image from "next/image" -import { CHROME_EXTENSION_URL } from "@repo/lib/constants" +import { CHROME_EXTENSION_URL } from "@lib/constants" interface XBookmarksDetailViewProps { onBack: () => void