fix: 移除未使用的 React 导入,修复 TS6133 编译错误

This commit is contained in:
小鱼开发
2026-05-20 12:23:37 +08:00
parent b6311bec9d
commit 837fbc997d
5 changed files with 0 additions and 5 deletions
@@ -6,7 +6,6 @@
* 用于 ScriptCreation 等页面
*/
import React from 'react';
import './ShotStats.css';
export interface ShotStatsData {
-1
View File
@@ -1,4 +1,3 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
import App from './App';
@@ -1,4 +1,3 @@
import React from 'react';
interface AvatarMaterial {
id: string;
@@ -1,4 +1,3 @@
import React from 'react';
interface GenerationControlsProps {
composedVideoPath: string | null;
@@ -1,4 +1,3 @@
import React from 'react';
import type { ScriptShot } from '../../../types/project';
interface AvatarMaterial {