1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-05-31 18:34:37 +02:00
parent 2876d16f16
commit f0279c3830
22 changed files with 26 additions and 131 deletions

View file

@ -12,7 +12,7 @@ import { components } from 'shared/components/mdx/index.mjs'
* This will return a language-specific component
*/
const dynamicDocsFactory = (lang) => {
return function ({ path }) {
return function DynamicDocs({ path }) {
const [frontmatter, setFrontmatter] = useState({})
const mdx = dynamic(
() =>