refactored services and expense list

This commit is contained in:
Joe Arndt 2026-02-13 15:00:51 -06:00
parent fded7f7c09
commit 6e6cced0c6
15 changed files with 125 additions and 91 deletions

View file

@ -0,0 +1,5 @@
.add-expense-body {
display: flex;
justify-content: space-between;
gap: 0.5rem;
}