chore: jsx to react to jsx

This commit is contained in:
Joel
2025-02-08 16:08:41 +08:00
parent d062519f60
commit 1e4f3bc459
41 changed files with 483 additions and 250 deletions

View File

@ -3,7 +3,7 @@ import type { FC } from 'react'
import React from 'react'
import Tooltip from '@/app/components/base/tooltip'
export const Item: FC<{ title: string; tooltip: string; children: JSX.Element }> = ({
export const Item: FC<{ title: string; tooltip: string; children: React.JSX.Element }> = ({
title,
tooltip,
children,