From b50ebfedda1a816f34a4d14a730df89536524f8a Mon Sep 17 00:00:00 2001 From: Anshuman Date: Sun, 19 May 2024 19:52:12 +0530 Subject: [PATCH] update added --- src/pages/Contact.js | 1 - src/pages/Login.js | 1 - src/pages/Notification.js | 1 - src/pages/QR.js | 1 - src/pages/Review.js | 1 - src/pages/Signup.js | 1 - 6 files changed, 6 deletions(-) diff --git a/src/pages/Contact.js b/src/pages/Contact.js index 71a382a..6d8dab6 100644 --- a/src/pages/Contact.js +++ b/src/pages/Contact.js @@ -69,7 +69,6 @@ const CustomerVoices = () => { - ); }; diff --git a/src/pages/Login.js b/src/pages/Login.js index 6d926e0..e7986cd 100644 --- a/src/pages/Login.js +++ b/src/pages/Login.js @@ -51,7 +51,6 @@ const Login = () => { - ); }; diff --git a/src/pages/Notification.js b/src/pages/Notification.js index e6b336f..652e4dc 100644 --- a/src/pages/Notification.js +++ b/src/pages/Notification.js @@ -95,7 +95,6 @@ const NotificationSettings = () => { - ); }; diff --git a/src/pages/QR.js b/src/pages/QR.js index 4b1e070..6ffa29f 100644 --- a/src/pages/QR.js +++ b/src/pages/QR.js @@ -40,7 +40,6 @@ function QRCodeVerification() { - ); } diff --git a/src/pages/Review.js b/src/pages/Review.js index 6fcf31c..98d6eac 100644 --- a/src/pages/Review.js +++ b/src/pages/Review.js @@ -70,7 +70,6 @@ const Review = () => { - ); }; diff --git a/src/pages/Signup.js b/src/pages/Signup.js index 0f7466f..ddf3025 100644 --- a/src/pages/Signup.js +++ b/src/pages/Signup.js @@ -64,7 +64,6 @@ const SignUp = () => { - ); };