From ad67099a4b332f227705dc6842874469841b4cae Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 25 Apr 2021 16:49:32 +0530 Subject: added functionality to calculate the price after applying the discount on each product --- src/components/App.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/components/App.js') diff --git a/src/components/App.js b/src/components/App.js index d2b7d21..62cc15c 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -3,14 +3,14 @@ import Header from "./Header/Header"; import BillingPage from "./BillingPage"; const App = () => { - return ( - <> -
-
- -
- - ); + return ( + <> +
+
+ +
+ + ); } export default App; -- cgit v1.2.3