mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
lint fix
This commit is contained in:
parent
0c7f02aef2
commit
de7d9c2302
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue