mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Fix @uppy/examples (#6099)
we forgot to update the examples after #5830
This commit is contained in:
parent
50e242098b
commit
a25226aab2
9 changed files with 25 additions and 20 deletions
|
|
@ -3,9 +3,9 @@ import Dashboard from '@uppy/dashboard'
|
|||
import Webcam from '@uppy/webcam'
|
||||
import XHRUpload from '@uppy/xhr-upload'
|
||||
|
||||
import '@uppy/core/dist/style.css'
|
||||
import '@uppy/webcam/dist/style.css'
|
||||
import '@uppy/dashboard/dist/style.css'
|
||||
import '@uppy/core/css/style.css'
|
||||
import '@uppy/webcam/css/style.css'
|
||||
import '@uppy/dashboard/css/style.css'
|
||||
|
||||
const uppy = new Uppy({
|
||||
debug: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue