mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-16 08:15:58 +08:00
move code to utils/file
This commit is contained in:
@@ -29,10 +29,9 @@ import {
|
||||
showConfirm,
|
||||
showImageModal,
|
||||
showModal,
|
||||
IndexDBImage,
|
||||
} from "@/app/components/ui-lib";
|
||||
import { func } from "prop-types";
|
||||
import { useFileDB } from "@/app/utils/file";
|
||||
import { useFileDB, IndexDBImage } from "@/app/utils/file";
|
||||
|
||||
function getSdTaskStatus(item: any) {
|
||||
let s: string;
|
||||
|
||||
Reference in New Issue
Block a user