From e69c423b0cce0324239967eca441d90b12b7881c Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 6 May 2026 14:14:23 -0500 Subject: [PATCH] import --- public/js/views/accounting-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/views/accounting-view.js b/public/js/views/accounting-view.js index 6a60f0a..fed027b 100644 --- a/public/js/views/accounting-view.js +++ b/public/js/views/accounting-view.js @@ -6,7 +6,7 @@ * 2) Register — read-only Liste der Transaktionen für ein Konto * 3) Reports — Profit & Loss + Balance Sheet */ - +import '../utils/api.js'; // ← NEU import { formatDate } from '../utils/helpers.js'; // ────────────────────────────────────────────────────────────────────