From a74636bca98f63ee39b12477bc56dffd1cf674ab Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 7 Aug 2026 04:14:04 +0000 Subject: [PATCH] Modified by www.SourceFiles.app --- src/components/ui/breadcrumb.tsx | 101 ------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 src/components/ui/breadcrumb.tsx diff --git a/src/components/ui/breadcrumb.tsx b/src/components/ui/breadcrumb.tsx deleted file mode 100644 index 94eb629..0000000 --- a/src/components/ui/breadcrumb.tsx +++ /dev/null @@ -1,101 +0,0 @@ -import * as React from "react"; -import { Slot } from "@radix-ui/react-slot"; -import { ChevronRight, MoreHorizontal } from "lucide-react"; - -import { cn } from "@/lib/utils"; - -const Breadcrumb = React.forwardRef< - HTMLElement, - React.ComponentPropsWithoutRef<"nav"> & { - separator?: React.ReactNode; - } ->(({ ...props }, ref) =>