fix: ReviewTabs的导入
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
* 提供三个选项卡:评查结果、AI智能分析、文件信息
|
* 提供三个选项卡:评查结果、AI智能分析、文件信息
|
||||||
*/
|
*/
|
||||||
import { ReactNode, useState, useRef } from 'react';
|
import { ReactNode, useState, useRef } from 'react';
|
||||||
import { useNavigate, useRevalidator } from 'react-router-dom';
|
// import { useNavigate, useRevalidator } from 'react-router-dom';
|
||||||
|
import { useNavigate, useRevalidator } from '@remix-run/react';
|
||||||
import { loadingBarService } from '~/components/ui/LoadingBar';
|
import { loadingBarService } from '~/components/ui/LoadingBar';
|
||||||
import { Modal } from '~/components/ui/Modal';
|
import { Modal } from '~/components/ui/Modal';
|
||||||
import { UploadArea, type UploadAreaRef } from '~/components/ui/UploadArea';
|
import { UploadArea, type UploadAreaRef } from '~/components/ui/UploadArea';
|
||||||
|
|||||||
Reference in New Issue
Block a user