Skip to content

Commit 09e9766

Browse files
committed
remove unused import
1 parent 6bad807 commit 09e9766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/landing/src/components/landing

apps/landing/src/components/landing/cta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { ArrowRight, GithubLogo, Sparkle } from "@phosphor-icons/react";
44
import Link from "next/link";
5-
import { OPENCOM_HOSTED_ONBOARDING_URL, OPENCOM_GITHUB_DOCS_URL, OPENCOM_GITHUB_REPO_URL } from "@/lib/links";
5+
import { OPENCOM_HOSTED_ONBOARDING_URL, OPENCOM_GITHUB_REPO_URL } from "@/lib/links";
66

77
export function CTA() {
88
return (

0 commit comments

Comments
 (0)