Skip to content

Commit

Permalink
Update using-mdx.md (#33077)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 6, 2022
1 parent aeb67cc commit e5e04c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/using-mdx.md
Expand Up @@ -118,7 +118,7 @@ Checkout my React component:

<MyComponent/>

export default = ({ children }) => <MyLayoutComponent meta={meta}>{children}</MyLayoutComponent>
export default ({ children }) => <MyLayoutComponent meta={meta}>{children}</MyLayoutComponent>
```

### Custom Elements
Expand Down

0 comments on commit e5e04c9

Please sign in to comment.