diff --git a/packages/gitbook/src/components/PageBody/PageHeader.tsx b/packages/gitbook/src/components/PageBody/PageHeader.tsx index 6a37ab33f..f0be51ccd 100644 --- a/packages/gitbook/src/components/PageBody/PageHeader.tsx +++ b/packages/gitbook/src/components/PageBody/PageHeader.tsx @@ -5,7 +5,6 @@ import type { AncestorRevisionPage } from '@/lib/pages'; import { tcls } from '@/lib/tailwind'; import type { RevisionPageDocument } from '@gitbook/api'; import { Icon } from '@gitbook/icons'; -import { Fragment } from 'react'; import { PageIcon } from '../PageIcon'; import { StyledLink } from '../primitives'; @@ -56,7 +55,7 @@ export async function PageHeader(props: { ) : null} {ancestors.length > 0 && ( -