Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ducknoir authored Apr 6, 2024
1 parent 60e407e commit 486d0cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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>
<br>
([
<h1>Hi Diane and Mindy!</h1>,
<p></p>,
<h1>And Fay!</h1>
);
]);
}

export default App

0 comments on commit 486d0cb

Please sign in to comment.