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:
parent
ea6af0392c
commit
e9d52bd1cc
3 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import type { FunctionalComponent } from 'preact';
|
import type { FunctionalComponent } from 'preact';
|
||||||
import { h, Fragment } from 'preact';
|
import { h, Fragment } from 'preact';
|
||||||
import EditOnGithub from '../EditOnGithub';
|
import EditOnGithub from './EditOnGithub';
|
||||||
import ThemeToggle from '../ThemeToggle';
|
import ThemeToggle from '../ThemeToggle';
|
||||||
|
|
||||||
const More: FunctionalComponent<{ editHref: string }> = ({ editHref }) => {
|
const More: FunctionalComponent<{ editHref: string }> = ({ editHref }) => {
|
||||||
|
|
Loading…
Reference in a new issue