mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
export default --> export
This commit is contained in:
parent
3baea854cb
commit
cf9d60679c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import plugins from './plugins/index.js'
|
|||
|
||||
const locales = {}
|
||||
|
||||
export default {
|
||||
export {
|
||||
Core,
|
||||
plugins,
|
||||
locales
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue