test
This commit is contained in:
parent
2ccb3e5bc6
commit
f46bdc3e1a
|
@ -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 New Issue