mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
not sure but it seems to work
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
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>;
|
||||
}
|
||||
|
||||
|
||||
# Datenschutzerklärung
|
||||
|
||||
## Geltungsbereich
|
||||
|
||||
Reference in New Issue
Block a user