diff --git a/packages/ui/components/breadcrumb/breadcrumb.tsx b/packages/ui/components/breadcrumb/breadcrumb.tsx index 749026885..1313d322e 100644 --- a/packages/ui/components/breadcrumb/breadcrumb.tsx +++ b/packages/ui/components/breadcrumb/breadcrumb.tsx @@ -1,6 +1,5 @@ import React from "react"; import { ChevronLeftIcon, ChevronRightIcon } from "@heroicons/react/20/solid"; -import { NEXT_PUBLIC_WEBAPP_URL } from "@documenso/lib"; import Link from "next/link"; export function Breadcrumb(props: any) { @@ -25,17 +24,16 @@ export function Breadcrumb(props: any) {