1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Cleanup tsconfig (#954)

* Cleanup tsconfig

* Removed dummy module
This commit is contained in:
Oscar Hinton
2021-05-05 09:46:14 +02:00
committed by GitHub
parent b1635debcc
commit 4a61f0ac04
7 changed files with 12 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import Swal, { SweetAlertIcon } from 'sweetalert2/dist/sweetalert2.js';
import Swal, { SweetAlertIcon } from 'sweetalert2';
import { DeviceType } from 'jslib/enums/deviceType';