Skip to content

Commit

Permalink
Fixes #29: Update App.jsx
Browse files Browse the repository at this point in the history
reformat and added whitespace at the bottom
  • Loading branch information
KvngJamesNG authored Oct 10, 2024
1 parent 42e1500 commit 0647e9f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<h1 className="text-orange bg-brown text-4xl font-bold">
Hello World!
</h1>


const App = () => {
return (
<div>
<h1 className="text-orange bg-brown text-4xl font-bold">
Welcome to KlinicCon App
</h1>
</div>
);
};

export default App;

0 comments on commit 0647e9f

Please sign in to comment.