Files
Packer-Cn/website/pages/community-tools.jsx
T

11 lines
333 B
React

import MarkdownPage from '@hashicorp/react-markdown-page'
import generateStaticProps from '@hashicorp/react-markdown-page/server'
export default function CommunityToolsPage(staticProps) {
return <MarkdownPage {...staticProps} />
}
export const getStaticProps = generateStaticProps({
pagePath: 'content/community-tools.mdx',
})