mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
not sure but it seems to work
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import Layout from '../components/layout'
|
||||
import Mdx from '../components/mdx'
|
||||
|
||||
export default function MDXPage({ children }) {
|
||||
return <Mdx>{children}</Mdx>;
|
||||
|
||||
return <Layout><Mdx>{children}</Mdx></Layout>;
|
||||
|
||||
}
|
||||
|
||||
# Impressum
|
||||
|
||||
Reference in New Issue
Block a user