Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ducknoir authored Apr 6, 2024
1 parent 486d0cb commit fcba396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
function App()
{
return
([
[
<h1>Hi Diane and Mindy!</h1>,
<p></p>,
<h1>And Fay!</h1>
]);
];
}

export default App

0 comments on commit fcba396

Please sign in to comment.