mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
use @next/mdx
This commit is contained in:
4
components/mdx.tsx
Normal file
4
components/mdx.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
export default function Mdx({ children }: { children: React.ReactNode }) {
|
||||
// Create any shared layout or styles here
|
||||
return <div className="markdown-body">{children}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user