const JqPlaygroundBreadcrumb = () => {
  const pages = usePages();
  const namespace = useNamespace();
  const { isJqPlaygroundPage } = pages.jqPlayground.useParams();
  const { icon: Icon } = pages.jqPlayground;