0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

move translated nl docs

This commit is contained in:
Fred K. Schott 2021-07-29 22:03:33 -07:00
parent ea6af0392c
commit e9d52bd1cc
3 changed files with 1 additions and 1 deletions

View file

@ -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 }) => {