aboutsummaryrefslogtreecommitdiff
path: root/docs/src/components/RightSidebar
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/components/RightSidebar')
-rw-r--r--docs/src/components/RightSidebar/MoreMenu.astro2
-rw-r--r--docs/src/components/RightSidebar/RightSidebar.astro2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/components/RightSidebar/MoreMenu.astro b/docs/src/components/RightSidebar/MoreMenu.astro
index 6be2d86ee..6ae8425cc 100644
--- a/docs/src/components/RightSidebar/MoreMenu.astro
+++ b/docs/src/components/RightSidebar/MoreMenu.astro
@@ -1,5 +1,5 @@
---
-import ThemeToggleButton from './ThemeToggleButton.jsx';
+import ThemeToggleButton from './ThemeToggleButton.tsx';
const {editHref} = Astro.props;
---
<style>
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;