This commit is contained in:
Corwin Smith 2022-11-13 22:33:52 -07:00
parent 2ccb3e5bc6
commit f46bdc3e1a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ interface Props {
content: string;
}
const DocPage: NextPage = ({ frontmatter, content }: Props) => {
const DocPage: NextPage<Props> = ({ frontmatter, content }) => {
return (
<>
<Heading as='h1'>