From bdb829d717e7c067f73b3f7ffd760f7d9de649fa Mon Sep 17 00:00:00 2001 From: devyank Date: Sat, 1 Oct 2022 01:35:10 +0530 Subject: [PATCH] customer services added --- src/App.js | 7 ++++ src/Customer.css | 42 ++++++++++++++++++++ src/Customer.js | 100 +++++++++++++++++++++++++++++++++++++++++++++++ src/Navbar.js | 8 +++- 4 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 src/Customer.css create mode 100644 src/Customer.js diff --git a/src/App.js b/src/App.js index 8644556..995a2de 100644 --- a/src/App.js +++ b/src/App.js @@ -16,6 +16,7 @@ import Thanku from './Thanku'; import Navbar from './Navbar'; import Footer from './Footer'; +import Customer from './Customer'; @@ -64,6 +65,11 @@ const[{},dispatch]=useStateValue(); + +
+ + +
{/* wraps the payment elements, @@ -88,6 +94,7 @@ const[{},dispatch]=useStateValue(); +