We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14d8e5 commit 613c6edCopy full SHA for 613c6ed
website/src/pages/index.tsx
@@ -5,6 +5,7 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
+import type {ReactNode} from 'react';
9
import clsx from 'clsx';
10
import LiteYouTubeEmbed from 'react-lite-youtube-embed';
11
import Link from '@docusaurus/Link';
@@ -23,7 +24,6 @@ import Heading from '@theme/Heading';
23
24
25
import styles from './styles.module.css';
26
import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
-import type {ReactNode} from 'react';
27
28
function HeroBanner() {
29
return (
0 commit comments