add Box to Uppy CDN

This commit is contained in:
Artur Paikin 2021-01-28 15:36:10 +00:00
parent a3a4985a96
commit cfb29dda08
2 changed files with 2 additions and 0 deletions

View file

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

View file

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