diff options
Diffstat (limited to 'docs/src/components/RightSidebar/RightSidebar.astro')
-rw-r--r-- | docs/src/components/RightSidebar/RightSidebar.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/RightSidebar/RightSidebar.astro b/docs/src/components/RightSidebar/RightSidebar.astro index 04ce66772..5415d4cef 100644 --- a/docs/src/components/RightSidebar/RightSidebar.astro +++ b/docs/src/components/RightSidebar/RightSidebar.astro @@ -1,5 +1,5 @@ --- -import TableOfContents from './TableOfContents.jsx'; +import TableOfContents from './TableOfContents.tsx'; import MoreMenu from './MoreMenu.astro'; const {content, githubEditUrl} = Astro.props; const headers = content.astro?.headers; |