chore(org): Work towards passing build
This commit is contained in:
parent
f8fb75ec2f
commit
af35a10c06
9 changed files with 19 additions and 16 deletions
|
@ -12,7 +12,7 @@ import mdxPaths from 'site/prebuild/mdx.paths.js'
|
|||
|
||||
const MdxPage = (props) => {
|
||||
// This hook is used for shared code and global state
|
||||
const app = useApp()
|
||||
const app = useApp(props)
|
||||
|
||||
/*
|
||||
* Each page should be wrapped in the Page wrapper component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue