We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5283c14 commit 3ed13d9Copy full SHA for 3ed13d9
1 file changed
src/components/ContactUs/ContactUs.tsx
@@ -1,7 +1,7 @@
1
import React, { useEffect, useState } from 'react';
2
import DesktopVersion from './DesktopVersion';
3
import MobileVersion from './MobileVersion';
4
-import Footer from './Footer';
+// import Footer from '../Footer';
5
6
export default function ContactUs() {
7
const [screenWidth, setScreenWidth] = useState<number | null>(null);
@@ -26,7 +26,7 @@ export default function ContactUs() {
26
Contact us
27
</h2>
28
<DesktopVersion />
29
- <Footer/>
+ {/* <Footer/> */}
30
</section>
31
);
32
}
0 commit comments