fix import statement in photo player
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user