mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
Change Modal casing
This commit is contained in:
parent
4394199f48
commit
030fa6d7c6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Uppy from '../src/core/Core.js'
|
||||
import Modal from '../src/plugins/modal'
|
||||
import Modal from '../src/plugins/Modal'
|
||||
import Dummy from '../src/plugins/Dummy'
|
||||
import DragDrop from '../src/plugins/DragDrop'
|
||||
import GoogleDrive from '../src/plugins/GoogleDrive'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
import Plugin from './Plugin'
|
||||
|
||||
// Orchestrators
|
||||
import Modal from './modal'
|
||||
import Modal from './Modal'
|
||||
|
||||
// Acquirers
|
||||
import Dummy from './Dummy'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue