diff --git a/Cunkebao/src/components/Upload/SimpleFileUpload/index.tsx b/Cunkebao/src/components/Upload/SimpleFileUpload/index.tsx index e6b22847..014c3dd1 100644 --- a/Cunkebao/src/components/Upload/SimpleFileUpload/index.tsx +++ b/Cunkebao/src/components/Upload/SimpleFileUpload/index.tsx @@ -1,7 +1,6 @@ -import React, { useRef, useState } from "react"; -import { Button, message } from "antd"; -import { FolderOutlined, LoadingOutlined } from "@ant-design/icons"; import { uploadFile } from "@/api/common"; +import React, { useRef } from "react"; +import { message } from "antd"; interface SimpleFileUploadProps { onFileUploaded?: (filePath: string) => void;