Skip to content

Commit 613c6ed

Browse files
committed
JSX.Element to ReactNode
1 parent e14d8e5 commit 613c6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8+
import type {ReactNode} from 'react';
89
import clsx from 'clsx';
910
import LiteYouTubeEmbed from 'react-lite-youtube-embed';
1011
import Link from '@docusaurus/Link';
@@ -23,7 +24,6 @@ import Heading from '@theme/Heading';
2324

2425
import styles from './styles.module.css';
2526
import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
26-
import type {ReactNode} from 'react';
2727

2828
function HeroBanner() {
2929
return (

0 commit comments

Comments
 (0)