mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-03 23:33:57 +00:00
Merge branch 'master' into dragdrop
Conflicts: package.json src/core/Transloadit.js
This commit is contained in:
commit
6c2aa68fb0
25 changed files with 673 additions and 81 deletions
9
src/plugins/index.js
Normal file
9
src/plugins/index.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import DragDrop from './DragDrop'
|
||||
import TransloaditBasic from './TransloaditBasic'
|
||||
import Tus10 from './Tus10'
|
||||
|
||||
export default {
|
||||
DragDrop,
|
||||
TransloaditBasic,
|
||||
Tus10
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue