From aa8e90691167eb161c7bc616b8b154284f021fe8 Mon Sep 17 00:00:00 2001
From: Debajyoti Sanyal <100038306+sanyal10@users.noreply.github.com>
Date: Fri, 9 Aug 2024 17:43:34 +0000
Subject: [PATCH 1/4] update
---
2. reactjs-concepts-2024/src/App.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2. reactjs-concepts-2024/src/App.jsx b/2. reactjs-concepts-2024/src/App.jsx
index e90b8e6..00120db 100644
--- a/2. reactjs-concepts-2024/src/App.jsx
+++ b/2. reactjs-concepts-2024/src/App.jsx
@@ -19,7 +19,7 @@ function App() {
{/* */}
{/* */}
- {/* */}
+
{/* */}
{/* */}
{/*
From 40022ee277a1036cbd27b3925c1cac76e673584c Mon Sep 17 00:00:00 2001
From: Debajyoti Sanyal <100038306+sanyal10@users.noreply.github.com>
Date: Fri, 9 Aug 2024 18:09:45 +0000
Subject: [PATCH 2/4] update
---
2. reactjs-concepts-2024/src/components/products/index.jsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/2. reactjs-concepts-2024/src/components/products/index.jsx b/2. reactjs-concepts-2024/src/components/products/index.jsx
index 1880769..01a5b2f 100644
--- a/2. reactjs-concepts-2024/src/components/products/index.jsx
+++ b/2. reactjs-concepts-2024/src/components/products/index.jsx
@@ -44,7 +44,6 @@ function ProductList({ name, city, listOfProducts }) {
) : (
Hello
)}
-
);
}