mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
test
This commit is contained in:
parent
2ccb3e5bc6
commit
f46bdc3e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ interface Props {
|
||||||
content: string;
|
content: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const DocPage: NextPage = ({ frontmatter, content }: Props) => {
|
const DocPage: NextPage<Props> = ({ frontmatter, content }) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Heading as='h1'>
|
<Heading as='h1'>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue