Skip to content

Commit 3ed13d9

Browse files
refactor: removed the initial footer that was inside it
1 parent 5283c14 commit 3ed13d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ContactUs/ContactUs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect, useState } from 'react';
22
import DesktopVersion from './DesktopVersion';
33
import MobileVersion from './MobileVersion';
4-
import Footer from './Footer';
4+
// import Footer from '../Footer';
55

66
export default function ContactUs() {
77
const [screenWidth, setScreenWidth] = useState<number | null>(null);
@@ -26,7 +26,7 @@ export default function ContactUs() {
2626
Contact us
2727
</h2>
2828
<DesktopVersion />
29-
<Footer/>
29+
{/* <Footer/> */}
3030
</section>
3131
);
3232
}

0 commit comments

Comments
 (0)