mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +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;
|
||||
}
|
||||
|
||||
const DocPage: NextPage = ({ frontmatter, content }: Props) => {
|
||||
const DocPage: NextPage<Props> = ({ frontmatter, content }) => {
|
||||
return (
|
||||
<>
|
||||
<Heading as='h1'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue