import React from "react"; import Link from "next/link"; const BreadCrumb = ({data}) => { return ( ); }; export default BreadCrumb;