Skip to content

Commit a78ce1f

Browse files
committed
fix ContactUsCards import name
1 parent a3e8d86 commit a78ce1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/contact.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useState } from 'react';
22
import ContactUsFormSubscribe from '@/components/ContactUs';
3-
import Index from '@/components/ContactUs/ContactUsCards';
3+
import ContactUsCards from '@/components/ContactUs/ContactUsCards';
44
import S from '@/styles/pages/contactStyles';
55

66
export default function ContactUs() {
@@ -23,7 +23,7 @@ export default function ContactUs() {
2323
</S.ResponseMessage>
2424
</S.FormAndDecorations>
2525
</S.ContactUsContainer>
26-
<Index />
26+
<ContactUsCards />
2727
</>
2828
);
2929
}

0 commit comments

Comments
 (0)