Skip to content

Commit

Permalink
Removed personalization from App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ducknoir committed Apr 6, 2024
1 parent c8742d1 commit 9163cd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ function App()
{
return (
<div>
<h1>Hi Diane and Mindy!</h1>
<p></p>
<h1>And Fay!</h1>
<h1>Hello, React!</h1>
</div>
);
}
Expand Down

0 comments on commit 9163cd8

Please sign in to comment.