const Template: StoryFn<typeof BreadcrumbsEx> = (args) => (
  <BrowserRouter>
    <BreadcrumbsEx {...args}></BreadcrumbsEx>
  </BrowserRouter>
)