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
5a6f6a1b50
commit
b47a5c6f59
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
/** @jsx h */
|
||||
|
||||
import { getAllowedHosts, Provider, tokenStorage } from '@uppy/core/companion-client'
|
||||
import { UIPlugin } from '@uppy/core'
|
||||
import {
|
||||
getAllowedHosts,
|
||||
Provider,
|
||||
tokenStorage,
|
||||
} from '@uppy/core/companion-client'
|
||||
import { ProviderViews } from '@uppy/core/provider-views'
|
||||
|
||||
const defaultOptions = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue