chore: Linter issues
This commit is contained in:
parent
2876d16f16
commit
f0279c3830
22 changed files with 26 additions and 131 deletions
|
@ -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(
|
||||
() =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue