Display the list of expenses

This commit is contained in:
2025-07-14 16:49:32 +02:00
parent 547e9b7aad
commit 50812af2fc
7 changed files with 145 additions and 57 deletions

View File

@@ -13,8 +13,11 @@ const manualAuthPage = "/login/manual";
/// Settings path
const settingsPage = "/settings";
/// Scan URL path
/// Scan path
const scanPage = "/scan";
/// Scans page
const scansPage = "/scans";
/// Profile path
const profilePage = "/profile";