function getBreadcrumbItems()

in web/src/components/pages/sample/sample.tsx [33:38]


  function getBreadcrumbItems(): BreadcrumbItem[] {
    return [
      { path: 'Home', href: '/' },
      { path: 'Sample', href: '/sample' },
    ];
  }