import React from "react"; import { ChevronLeftIcon, ChevronRightIcon } from "@heroicons/react/20/solid"; import Link from "next/link"; export function Breadcrumb(props: any) { return ( <> ); }