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 {
|
import {
|
||||||
BasePlugin,
|
BasePlugin,
|
||||||
type DefinePluginOpts,
|
type DefinePluginOpts,
|
||||||
type PluginOpts,
|
type PluginOpts,
|
||||||
type Uppy,
|
type Uppy,
|
||||||
} from '@uppy/core'
|
} from '@uppy/core'
|
||||||
|
import type { RequestClient } from '@uppy/core/companion-client'
|
||||||
import type {
|
import type {
|
||||||
Body,
|
Body,
|
||||||
LocalUppyFile,
|
LocalUppyFile,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue