diff --git a/src/app/app.component.ts b/src/app/app.component.ts index fabd9294..51853633 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 48a8a6a8..0435725d 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';