songxy 1 år sedan
förälder
incheckning
1c5ab51cd2
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      client/src/utils/download.ts

+ 0 - 2
client/src/utils/download.ts

@@ -1,5 +1,3 @@
-import { AxiosResponse } from 'axios'
-
 const download0 = (data: Blob, fileName: string, mineType: string) => {
   // 创建 blob
   const blob = new Blob([data], { type: mineType })