Skip to content

Commit

Permalink
update added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh101112 committed May 19, 2024
1 parent 3e6528c commit b50ebfe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/pages/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const CustomerVoices = () => {
</div>
</div>
</div>
<Footer></Footer>
</>
);
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const Login = () => {
</form>
</div>
</div>
<Footer></Footer>
</>
);
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const NotificationSettings = () => {
</div>
</div>
</div>
<Footer></Footer>
</>
);
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/QR.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function QRCodeVerification() {
</div>
</section>
</div>
<Footer></Footer>
</>
);
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/Review.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const Review = () => {
</div>
</div>
</div>
<Footer></Footer>
</>
);
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/Signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const SignUp = () => {
</form>
</div>
</div>
<Footer></Footer>
</>
);
};
Expand Down

0 comments on commit b50ebfe

Please sign in to comment.