From 388753651895832f011bb52d069a9eeb15a5111b Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 3 Feb 2023 13:18:40 +0100 Subject: [PATCH] list key fix, qoc --- packages/ui/components/breadcrumb/breadcrumb.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) {