Skip to content

Commit

Permalink
Added - "You have successfully started the app"
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubbu-07 committed Aug 13, 2023
1 parent 39dcce3 commit 7217a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function App() {
return (
<>
<h2>Hello world!</h2>
<h3>You have successfully started the app!</h3>
</>
);
}
Expand Down

0 comments on commit 7217a3b

Please sign in to comment.