mirror of
https://github.com/bitwarden/web
synced 2025-12-11 13:53:17 +00:00
Use properly transpiled SweetAlert2 lib (#682)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import * as jq from 'jquery';
|
import * as jq from 'jquery';
|
||||||
import Swal from 'sweetalert2/src/sweetalert2.js';
|
import Swal from 'sweetalert2/dist/sweetalert2.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
BodyOutputType,
|
BodyOutputType,
|
||||||
|
|||||||
@@ -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';
|
import { DeviceType } from 'jslib/enums/deviceType';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user