added settings page

This commit is contained in:
2026-05-29 22:16:18 +02:00
parent 3582e377f1
commit 344f0461b4
14 changed files with 275 additions and 42 deletions
+5
View File
@@ -40,3 +40,8 @@ export interface AlertInterface {
header: string;
text: string;
}
export interface SettingsIntf {
["app-name"]: string;
currency: string;
}