Skip to content

Commit

Permalink
Merge pull request #3 from Shubbu-07/main
Browse files Browse the repository at this point in the history
Added - "You have successfully started the app"
  • Loading branch information
adityasimant authored Aug 13, 2023
2 parents 39dcce3 + 7217a3b commit e7c51ca
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 e7c51ca

Please sign in to comment.