summaryrefslogtreecommitdiff
path: root/docs/src/components
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-29 22:03:33 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-29 22:03:56 -0700
commite9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4 (patch)
tree2ec03d9d426ebced09363b7acef88633b9b76fa7 /docs/src/components
parentea6af0392c6132e8e35850229acdc79b43be3441 (diff)
downloadastro-e9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4.tar.gz
astro-e9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4.tar.zst
astro-e9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4.zip
move translated nl docs
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.tsx2
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 }) => {