diff --git a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx index 8a0d2e8d4..8bc2a9cc4 100644 --- a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx +++ b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx @@ -19,10 +19,10 @@ import { api, ContentTarget, type SectionsList, SiteContentPointer } from '@/lib import { ContentRefContext } from '@/lib/references'; import { tcls } from '@/lib/tailwind'; import { shouldTrackEvents } from '@/lib/tracking'; +import { getCurrentVisitorToken } from '@/lib/visitor-token'; import { SpacesDropdown } from '../Header/SpacesDropdown'; import { InsightsProvider } from '../Insights'; -import { getCurrentVisitorToken } from '@/lib/visitor-token'; /** * Render the entire content of the space (header, table of contents, footer, and page content). diff --git a/packages/gitbook/src/lib/visitor-token.ts b/packages/gitbook/src/lib/visitor-token.ts index 5a69af79e..75ab71977 100644 --- a/packages/gitbook/src/lib/visitor-token.ts +++ b/packages/gitbook/src/lib/visitor-token.ts @@ -178,4 +178,3 @@ function findVisitorAuthCookieForBasePath( undefined, ); } -