chore: Linter fixes
This commit is contained in:
parent
b1429a3704
commit
ef5e792d6b
40 changed files with 93 additions and 99 deletions
|
@ -30,6 +30,8 @@ const mdxCustomComponents = (app=false) => ({
|
|||
img: Figure,
|
||||
Dot,
|
||||
table: props => <table {...props} className="mdx-table table-auto w-full">{props.children}</table>,
|
||||
Tab,
|
||||
Tabs,
|
||||
})
|
||||
|
||||
export default mdxCustomComponents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue