Skip to content

Commit

Permalink
JSX.Element to ReactNode
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Dec 6, 2024
1 parent e14d8e5 commit 613c6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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 (
Expand Down

0 comments on commit 613c6ed

Please sign in to comment.