diff --git a/docs/guides/live-code.mdx b/docs/guides/live-code.mdx index 2f8c70406..c6a4508f7 100644 --- a/docs/guides/live-code.mdx +++ b/docs/guides/live-code.mdx @@ -71,7 +71,7 @@ MDXProvider in the components object so that it is rendered. ```js // src/App.js import React from 'react' -import {MDXProvider} from '@mdx-js/tag' +import {MDXProvider} from '@mdx-js/react' import CodeBlock from './components/CodeBlock'