1
0
Fork 0

chore(org): Work towards passing build

This commit is contained in:
joostdecock 2023-01-09 21:37:05 +01:00
parent f8fb75ec2f
commit af35a10c06
9 changed files with 19 additions and 16 deletions

View file

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