fix import statement in photo player

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
dkanada
2020-05-29 16:47:21 +09:00
committed by GitHub
parent 70ab8af6e7
commit c13fc65dd0
+1 -1
View File
@@ -12,7 +12,7 @@ export class PhotoPlayer {
return new Promise(function (resolve, reject) {
import('slideshow').then(slideshow => {
import('slideshow').then(({default: slideshow}) => {
var index = options.startIndex || 0;