Skip to content

Commit 868483b

Browse files
author
Vivek Vishal
authored
rm unused ContactForm
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent d7aa490 commit 868483b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/sections/Company/Contact/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Partner_Icon from "../../../assets/images/contact/partner.svg";
77
import Contact_Icon from "../../../assets/images/contact/contact.svg";
88
import CardOutline from "../../../components/Card-Outline";
99
import ContactPageWrapper from "./contactpage.style";
10-
import ContactForm from "../../../components/ContactForm";
1110
import CommonForm from "../../../components/CommonForm";
1211

1312
const ContactPage = () => {
@@ -65,7 +64,6 @@ const ContactPage = () => {
6564
</Row>
6665
<div className="contact-form" ref={expandForm}>
6766
<Container>
68-
{/* <ContactForm /> */}
6967
<Col $lg={5} $md={6} $sm={12} style={{ padding: "0", marginLeft: "auto", marginRight: "auto" }}>
7068
<CommonForm
7169
title="Contact us"
@@ -84,4 +82,4 @@ const ContactPage = () => {
8482
);
8583
};
8684

87-
export default ContactPage;
85+
export default ContactPage;

0 commit comments

Comments
 (0)