fix:修复从reactdom导入useNavigate,改为从remix包导入
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* 提供三个选项卡:评查结果、AI智能分析、文件信息
|
||||
*/
|
||||
import { ReactNode, useState, useRef } from 'react';
|
||||
import { useNavigate, useRevalidator } from 'react-router-dom';
|
||||
import { useNavigate, useRevalidator } from '@remix-run/react';
|
||||
import { loadingBarService } from '~/components/ui/LoadingBar';
|
||||
import { Modal } from '~/components/ui/Modal';
|
||||
import { UploadArea, type UploadAreaRef } from '~/components/ui/UploadArea';
|
||||
|
||||
Generated
+317
-774
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user