diff --git a/src/components/PageAside/ScrollSectionsList.tsx b/src/components/PageAside/ScrollSectionsList.tsx index e290285b8..824f28f7b 100644 --- a/src/components/PageAside/ScrollSectionsList.tsx +++ b/src/components/PageAside/ScrollSectionsList.tsx @@ -1,6 +1,5 @@ 'use client'; -import Link from 'next/link'; import React from 'react'; import { useScrollActiveId } from '@/components/hooks'; @@ -32,7 +31,7 @@ export function ScrollSectionsList(props: { sections: DocumentSection[] }) {