feat(fs.dev): Loading MDX is now ok
This commit is contained in:
parent
092c81f535
commit
c5e971e8a7
11 changed files with 231 additions and 49 deletions
|
@ -47,7 +47,7 @@ const DefaultLayout = props => {
|
|||
`}>
|
||||
<PrimaryMenu app={props.app}/>
|
||||
</aside>
|
||||
<section>
|
||||
<section className='max-w-screen-lg'>
|
||||
<H1>{props.title}</H1>
|
||||
{props.children}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue