1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Use properly transpiled SweetAlert2 lib (#682)

This commit is contained in:
Chad Scharf
2020-10-26 17:52:01 -04:00
committed by GitHub
parent beebe7c98b
commit f6946085d8
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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';