// components/Breadcrumb.js const Breadcrumb = ({ title, activeItem }) => { return (

{title}

); }; export default Breadcrumb;