Skip to content

Commit 8c4800c

Browse files
author
Gasim Gasimzada
committed
Add flow error supression for YAML imports
1 parent ce2aade commit 8c4800c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/LayoutFooter/Footer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import React from 'react';
1414
import {colors, media} from 'theme';
1515
import {sectionListCommunity, sectionListDocs} from 'utils/sectionList';
1616

17+
// $FlowFixMe
1718
import navFooter from '../../../content/footerNav.yml';
1819

1920
import ossLogoPng from 'images/oss_logo.png';

src/components/LayoutHeader/Header.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {version} from 'site-constants';
1414
import ExternalLinkSvg from 'templates/components/ExternalLinkSvg';
1515
import DocSearch from './DocSearch';
1616

17+
// $FlowFixMe
1718
import navHeader from '../../../content/headerNav.yml';
1819

1920
import logoSvg from 'icons/logo.svg';

0 commit comments

Comments
 (0)