mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
fix lint based on new biome rules after merge
This commit is contained in:
parent
9f88450929
commit
1d41bcf342
4 changed files with 5 additions and 5 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<noscript>You need JavaScript to run this example.</noscript>
|
||||
<script type="module">
|
||||
import { Uppy, Dashboard, AwsS3, GoldenRetriever } from './uppy.min.mjs'
|
||||
import { AwsS3, Dashboard, GoldenRetriever, Uppy } from './uppy.min.mjs'
|
||||
|
||||
function onUploadComplete(result) {
|
||||
console.log('Upload complete!', result.successful)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue