This commit is contained in:
2025-07-18 10:43:39 +00:00
parent bf98296772
commit 596efa3f06
23 changed files with 93 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './bunq.plugins';
import { BunqAccount } from './bunq.classes.account';
import * as plugins from './bunq.plugins.js';
import { BunqAccount } from './bunq.classes.account.js';
export class BunqAttachment {
private bunqAccount: BunqAccount;