fix lint based on new biome rules after merge

This commit is contained in:
prakash 2026-06-20 02:02:11 +05:30
parent 9f88450929
commit 1d41bcf342
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -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)