diff options
Diffstat (limited to 'docs/src/components')
-rw-r--r-- | docs/src/components/DocSidebar/EditOnGithub.tsx (renamed from docs/src/components/EditOnGithub.tsx) | 0 | ||||
-rw-r--r-- | docs/src/components/DocSidebar/More.tsx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/EditOnGithub.tsx b/docs/src/components/DocSidebar/EditOnGithub.tsx index e6e757f5f..e6e757f5f 100644 --- a/docs/src/components/EditOnGithub.tsx +++ b/docs/src/components/DocSidebar/EditOnGithub.tsx diff --git a/docs/src/components/DocSidebar/More.tsx b/docs/src/components/DocSidebar/More.tsx index 82c5d3b25..6b0c5145c 100644 --- a/docs/src/components/DocSidebar/More.tsx +++ b/docs/src/components/DocSidebar/More.tsx @@ -1,6 +1,6 @@ import type { FunctionalComponent } from 'preact'; import { h, Fragment } from 'preact'; -import EditOnGithub from '../EditOnGithub'; +import EditOnGithub from './EditOnGithub'; import ThemeToggle from '../ThemeToggle'; const More: FunctionalComponent<{ editHref: string }> = ({ editHref }) => { |