Skip to content

Commit 04a1ed1

Browse files
committed
fiks
1 parent 424bf59 commit 04a1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/components/pages/contact-step-page/ContactStepPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface LinkPanel {
2929
link: Link;
3030
}
3131

32-
type ContactStepPageProps = ContentCommonProps & {
32+
export type ContactStepPageProps = ContentCommonProps & {
3333
type: ContentType.ContactStepPage;
3434
data: {
3535
title: string;

0 commit comments

Comments
 (0)