diff --git a/src/app/app.component.ts b/src/app/app.component.ts index fabd9294af..51853633a6 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,5 +1,5 @@ import * as jq from 'jquery'; -import Swal from 'sweetalert2/src/sweetalert2.js'; +import Swal from 'sweetalert2/dist/sweetalert2.js'; import { BodyOutputType, diff --git a/src/services/webPlatformUtils.service.ts b/src/services/webPlatformUtils.service.ts index 48a8a6a83e..0435725dfd 100644 --- a/src/services/webPlatformUtils.service.ts +++ b/src/services/webPlatformUtils.service.ts @@ -1,4 +1,4 @@ -import Swal, { SweetAlertIcon } from 'sweetalert2/src/sweetalert2.js'; +import Swal, { SweetAlertIcon } from 'sweetalert2/dist/sweetalert2.js'; import { DeviceType } from 'jslib/enums/deviceType';