wip(fs.dev): Work on mdx components
This commit is contained in:
parent
1b888f02f1
commit
18566b5d37
10 changed files with 78 additions and 60 deletions
|
@ -56,8 +56,7 @@ const MdxPage = props => {
|
|||
*/
|
||||
return (
|
||||
<Page app={app} {...props.page}>
|
||||
<ThemePicker app={app} />
|
||||
<MdxWrapper mdx={props.mdx} />
|
||||
<MdxWrapper mdx={props.mdx} app={app}/>
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue