completed exercise 1.1

This commit is contained in:
counterweight 2025-05-18 19:46:45 +02:00
parent b11136fc9d
commit c118246961
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
12 changed files with 2778 additions and 2 deletions

View file

@ -13,8 +13,6 @@ const App = () => {
const name = 'Peter';
const age = 10;
return (
<div>
<h1>Greetings</h1>