diff --git a/www/src/templates/component-page-template.tsx b/www/src/templates/component-page-template.tsx index 8cf9464900..3cb17c6930 100644 --- a/www/src/templates/component-page-template.tsx +++ b/www/src/templates/component-page-template.tsx @@ -4,6 +4,7 @@ import PropTypes from 'prop-types'; import { graphql, Link } from 'gatsby'; import { MDXProvider } from '@mdx-js/react'; import { MDXRenderer } from 'gatsby-plugin-mdx'; +import classNames from 'classnames'; import { Container, Alert, @@ -142,15 +143,17 @@ export default function PageTemplate({ )} -

+

{mdx.frontmatter.title}