Skip to content

Commit a43d869

Browse files
committedMar 21, 2025·
fikset import
1 parent dcf1ebd commit a43d869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎packages/nextjs/src/types/content-props/_content-common.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import { SiteProps } from 'types/content-props/site-props';
1010
import { FormsOverviewProps } from 'types/content-props/forms-overview';
1111
import { OverviewPageProps } from 'types/content-props/overview-props';
1212
import { ContactStepPageProps } from 'components/pages/contact-step-page/ContactStepPage';
13+
import {
14+
FormIntermediateStepPageProps
15+
} from 'components/pages/form-intermediate-step-page/FormIntermediateStepPage';
1316
import { ExternalLinkProps } from './external-link-props';
1417
import { InternalLinkProps } from './internal-link-props';
1518
import { ContentListProps } from './content-list-props';
@@ -43,7 +46,6 @@ import { PayoutDatesProps } from './payout-dates';
4346
import { FragmentPageProps } from './fragment-page-props';
4447
import { AreaPageProps, FrontPageNestedProps, FrontPageProps } from './index-pages-props';
4548
import { FormDetailsPageProps } from './form-details';
46-
import { FormIntermediateStepPageProps } from './form-intermediate-step';
4749
import { FallbackPageProps } from './fallback-page-props';
4850

4951
export enum ContentType {

0 commit comments

Comments
 (0)
Please sign in to comment.