Update components/mdx-client-wrapper.tsx
This commit is contained in:
parent
29b70492f3
commit
fd07a08160
|
|
@ -0,0 +1,8 @@
|
||||||
|
'use client'
|
||||||
|
|
||||||
|
import { MDXProvider } from '@mdx-js/react'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export default function MDXClientWrapper({ children }: { children: React.ReactNode }) {
|
||||||
|
return <MDXProvider>{children}</MDXProvider>
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue