feat: use JSX.Element as component type

This commit is contained in:
XlebyllleK
2025-01-11 13:50:29 +02:00
committed by GitHub
parent 39cc3065dd
commit a039720a71
16 changed files with 77 additions and 107 deletions

View File

@@ -1,3 +1,7 @@
import {
JSX
} from 'react';
import { ThemeToggle } from './ThemeToggle';
import { Logo } from './Logo';