File tree 1 file changed +3
-1
lines changed
packages/nextjs/src/types/content-props
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ import { SiteProps } from 'types/content-props/site-props';
10
10
import { FormsOverviewProps } from 'types/content-props/forms-overview' ;
11
11
import { OverviewPageProps } from 'types/content-props/overview-props' ;
12
12
import { ContactStepPageProps } from 'components/pages/contact-step-page/ContactStepPage' ;
13
+ import {
14
+ FormIntermediateStepPageProps
15
+ } from 'components/pages/form-intermediate-step-page/FormIntermediateStepPage' ;
13
16
import { ExternalLinkProps } from './external-link-props' ;
14
17
import { InternalLinkProps } from './internal-link-props' ;
15
18
import { ContentListProps } from './content-list-props' ;
@@ -43,7 +46,6 @@ import { PayoutDatesProps } from './payout-dates';
43
46
import { FragmentPageProps } from './fragment-page-props' ;
44
47
import { AreaPageProps , FrontPageNestedProps , FrontPageProps } from './index-pages-props' ;
45
48
import { FormDetailsPageProps } from './form-details' ;
46
- import { FormIntermediateStepPageProps } from './form-intermediate-step' ;
47
49
import { FallbackPageProps } from './fallback-page-props' ;
48
50
49
51
export enum ContentType {
You can’t perform that action at this time.
0 commit comments