Skip to content

Commit 40fd6fb

Browse files
committed
fix lint issue
1 parent 2a93eed commit 40fd6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/model/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type { FEFootballMatchListPage } from '../frontend/feFootballMatchListPag
88
import type { FEFootballMatchPage } from '../frontend/feFootballMatchPage';
99
import type { FEFootballTablesPage } from '../frontend/feFootballTablesPage';
1010
import type { FEFront } from '../frontend/feFront';
11+
import type { FEHostedContent } from '../frontend/feHostedContent';
1112
import type { FETagPage } from '../frontend/feTagPage';
1213
import articleSchema from '../frontend/schemas/feArticle.json';
1314
import cricketMatchPageSchema from '../frontend/schemas/feCricketMatchPage.json';
@@ -23,7 +24,6 @@ import type { FENewslettersPageType } from '../types/newslettersPage';
2324
import blockSchema from './block-schema.json';
2425
import editionsCrosswordSchema from './editions-crossword-schema.json';
2526
import newslettersPageSchema from './newsletter-page-schema.json';
26-
import { FEHostedContent } from 'src/frontend/feHostedContent';
2727

2828
const options: Options = {
2929
verbose: false,

0 commit comments

Comments
 (0)