diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index b3128a10dd7e..22f270186eb5 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -5,6 +5,7 @@ * LICENSE file in the root directory of this source tree. */ +import type {ReactNode} from 'react'; import clsx from 'clsx'; import LiteYouTubeEmbed from 'react-lite-youtube-embed'; import Link from '@docusaurus/Link'; @@ -23,7 +24,6 @@ import Heading from '@theme/Heading'; import styles from './styles.module.css'; import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css'; -import type {ReactNode} from 'react'; function HeroBanner() { return (