in web/src/components/pages/sample/sample.tsx [21:31]
function getItems(): SideNavigationProps.Item[] {
return [
{
type: 'section',
text: 'Home',
items: [
{ type: 'link', text: 'Sample', href: '/sample' },
],
},
];
}