Skip to content

Commit

Permalink
redux-react-app: remove useless heavy component
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Aug 29, 2023
1 parent 40b47ea commit 8ed517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redux-react-app/src/components/MyComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MyComponent = (props) => {
<h1>Robert Frost</h1>
<p>{text}</p>
<div style={{ display: 'flex', justifyContent: 'center'}}>
<GraphVisualizationShowcase />

</div>
</div>
)
Expand Down

0 comments on commit 8ed517e

Please sign in to comment.