import { Breadcrumb, BreadcrumbItem } from 'tvu-react-pilot' // BreadcrumbItem renders nothing standalone — it requires a parent. // Each story composes the full Breadcrumb; that composition IS the item's render. const Surface = ({ children }: any) => (
{children}
) export const InTrail = () => ( Home Live Channel 1 ) export const ItemStates = () => ( Default Hover Disabled Current )