mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
add Box to Uppy CDN
This commit is contained in:
parent
a3a4985a96
commit
cfb29dda08
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ exports.Dropbox = require('@uppy/dropbox')
|
|||
exports.GoogleDrive = require('@uppy/google-drive')
|
||||
exports.Instagram = require('@uppy/instagram')
|
||||
exports.OneDrive = require('@uppy/onedrive')
|
||||
exports.Box = require('@uppy/box')
|
||||
exports.Facebook = require('@uppy/facebook')
|
||||
exports.Unsplash = require('@uppy/unsplash')
|
||||
exports.Url = require('@uppy/url')
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ export { default as Dropbox } from '@uppy/dropbox'
|
|||
export { default as GoogleDrive } from '@uppy/google-drive'
|
||||
export { default as Instagram } from '@uppy/instagram'
|
||||
export { default as OneDrive } from '@uppy/onedrive'
|
||||
export { default as Box } from '@uppy/box'
|
||||
export { default as Facebook } from '@uppy/facebook'
|
||||
export { default as Unsplash } from '@uppy/unsplash'
|
||||
export { default as Url } from '@uppy/url'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue