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