diff --git a/packages/@uppy/aws-s3/src/index.ts b/packages/@uppy/aws-s3/src/index.ts index 11833ead6..2cec3661d 100644 --- a/packages/@uppy/aws-s3/src/index.ts +++ b/packages/@uppy/aws-s3/src/index.ts @@ -1,10 +1,10 @@ -import type { RequestClient } from '@uppy/core/companion-client' import { BasePlugin, type DefinePluginOpts, type PluginOpts, type Uppy, } from '@uppy/core' +import type { RequestClient } from '@uppy/core/companion-client' import type { Body, LocalUppyFile,