File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dotcom-rendering/src/model Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import type { FEFootballMatchListPage } from '../frontend/feFootballMatchListPag
88import type { FEFootballMatchPage } from '../frontend/feFootballMatchPage' ;
99import type { FEFootballTablesPage } from '../frontend/feFootballTablesPage' ;
1010import type { FEFront } from '../frontend/feFront' ;
11+ import type { FEHostedContent } from '../frontend/feHostedContent' ;
1112import type { FETagPage } from '../frontend/feTagPage' ;
1213import articleSchema from '../frontend/schemas/feArticle.json' ;
1314import cricketMatchPageSchema from '../frontend/schemas/feCricketMatchPage.json' ;
@@ -23,7 +24,6 @@ import type { FENewslettersPageType } from '../types/newslettersPage';
2324import blockSchema from './block-schema.json' ;
2425import editionsCrosswordSchema from './editions-crossword-schema.json' ;
2526import newslettersPageSchema from './newsletter-page-schema.json' ;
26- import { FEHostedContent } from 'src/frontend/feHostedContent' ;
2727
2828const options : Options = {
2929 verbose : false ,
You can’t perform that action at this time.
0 commit comments