Skip to content

Commit 907bd26

Browse files
adrfoongjohno
authored andcommitted
Update live-code.mdx (#1523)
This costed me a few hours of debugging :)
1 parent a2be7b9 commit 907bd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/live-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MDXProvider in the components object so that it is rendered.
7171
```js
7272
// src/App.js
7373
import React from 'react'
74-
import {MDXProvider} from '@mdx-js/tag'
74+
import {MDXProvider} from '@mdx-js/react'
7575

7676
import CodeBlock from './components/CodeBlock'
7777

0 commit comments

Comments
 (0)