Skip to content

Commit

Permalink
Update live-code.mdx (#1523)
Browse files Browse the repository at this point in the history
This costed me a few hours of debugging :)
  • Loading branch information
adrfoong authored and johno committed May 5, 2021
1 parent a2be7b9 commit 907bd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/live-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

1 comment on commit 907bd26

@vercel
Copy link

@vercel vercel bot commented on 907bd26 May 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.