zhangwencui
7 天以前 bbb54adc8d9fd6ae6b87ac036c8b21f3ad7daef4
src/packages/effects/request/src/request-client/modules/uploader.ts
@@ -1,7 +1,7 @@
import type { RequestClient } from '../request-client';
import type { RequestClientConfig } from '../types';
import { isUndefined } from '..\..\..\..\..\utils\src';
import { isUndefined } from '../../../../../utils/src';
class FileUploader {
  private client: RequestClient;