Skip to content

Commit

Permalink
Remove redundant example
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Apr 7, 2022
1 parent bd5a394 commit 1d153a4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions website/_dogfooding/_pages tests/code-block-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,3 @@ function PageLayout(props) {
);
}
```

```jsx {1,4-6,11} showLineNumbers
import React from 'react';

function MyComponent(props) {
if (props.isBar) {
return <div>Bar</div>;
}

return <div>Foo</div>;
}

export default MyComponent;
```

0 comments on commit 1d153a4

Please sign in to comment.