1
0
Fork 0

chore: Remove lint

This commit is contained in:
Joost De Cock 2023-10-09 13:47:36 +02:00
parent 4dd836cf19
commit a0bcf01b47
52 changed files with 51 additions and 62 deletions

View file

@ -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)