chore: Remove lint
This commit is contained in:
parent
4dd836cf19
commit
a0bcf01b47
52 changed files with 51 additions and 62 deletions
|
@ -20,8 +20,6 @@ const titles = {
|
|||
6: ({ title }) => <h6>{title}</h6>,
|
||||
}
|
||||
|
||||
const NoTitle = () => null
|
||||
|
||||
export const DynamicMdx = ({ site = 'org', slug, language, title = 1 }) => {
|
||||
const [mdx, setMdx] = useState(false)
|
||||
const [frontmatter, setFrontmatter] = useState(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue