diff --git a/crates/frontend/js-components/lib/import-addressbook-form.ts b/crates/frontend/js-components/lib/import-addressbook-form.ts index a7f34a3..e08f883 100644 --- a/crates/frontend/js-components/lib/import-addressbook-form.ts +++ b/crates/frontend/js-components/lib/import-addressbook-form.ts @@ -32,23 +32,25 @@ export class ImportAddressbookForm extends LitElement {
diff --git a/crates/frontend/js-components/lib/import-calendar-form.ts b/crates/frontend/js-components/lib/import-calendar-form.ts index 9beec6c..e4add7f 100644 --- a/crates/frontend/js-components/lib/import-calendar-form.ts +++ b/crates/frontend/js-components/lib/import-calendar-form.ts @@ -32,23 +32,25 @@ export class ImportCalendarForm extends LitElement { diff --git a/crates/frontend/public/assets/js/import-addressbook-form.mjs b/crates/frontend/public/assets/js/import-addressbook-form.mjs index 4cd4adf..00d9e27 100644 --- a/crates/frontend/public/assets/js/import-addressbook-form.mjs +++ b/crates/frontend/public/assets/js/import-addressbook-form.mjs @@ -30,23 +30,25 @@ let ImportAddressbookForm = class extends i {