File tree Expand file tree Collapse file tree
src/sections/Company/Contact Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Partner_Icon from "../../../assets/images/contact/partner.svg";
77import Contact_Icon from "../../../assets/images/contact/contact.svg" ;
88import CardOutline from "../../../components/Card-Outline" ;
99import ContactPageWrapper from "./contactpage.style" ;
10- import ContactForm from "../../../components/ContactForm" ;
1110import CommonForm from "../../../components/CommonForm" ;
1211
1312const 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 ;
You can’t perform that action at this time.
0 commit comments