diff --git a/src/routes/income/+page.svelte b/src/routes/income/+page.svelte new file mode 100644 index 0000000..e96c62e --- /dev/null +++ b/src/routes/income/+page.svelte @@ -0,0 +1,245 @@ + + +{#if error} +

{error}

+{/if} + +
+

Manage Incomes

+ +
+

+ {editingIncome ? "Edit Income" : "Add New Income"} +

+
+ + + + +
+ + + +
+ +
+ + {#if editingIncome} + + {/if} +
+
+
+ +

Incomes List

+ +