mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
@@ -1,5 +1,5 @@
|
||||
import * as jq from 'jquery';
|
||||
import Swal from 'sweetalert2/dist/sweetalert2.js';
|
||||
import Swal from 'sweetalert2';
|
||||
|
||||
import {
|
||||
BodyOutputType,
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { ModalComponent } from 'jslib/angular/components/modal.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [],
|
||||
declarations: [
|
||||
ModalComponent,
|
||||
],
|
||||
})
|
||||
export class DummyModule {
|
||||
}
|
||||
@@ -10,7 +10,7 @@ import { I18nService } from 'jslib/abstractions/i18n.service';
|
||||
import { ImportOption, ImportService } from 'jslib/abstractions/import.service';
|
||||
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
||||
|
||||
import Swal, { SweetAlertIcon } from 'sweetalert2/dist/sweetalert2.js';
|
||||
import Swal, { SweetAlertIcon } from 'sweetalert2';
|
||||
|
||||
@Component({
|
||||
selector: 'app-import',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Swal, { SweetAlertIcon } from 'sweetalert2/dist/sweetalert2.js';
|
||||
import Swal, { SweetAlertIcon } from 'sweetalert2';
|
||||
|
||||
import { DeviceType } from 'jslib/enums/deviceType';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user