scaffold expense list

This commit is contained in:
Joe Arndt 2026-02-12 23:41:54 -06:00
parent 7bb21f8796
commit 0bf8bd6c9c
22 changed files with 258 additions and 133 deletions

View file

@ -0,0 +1,7 @@
.expense-list-container {
padding: 1rem;
}
.expense-item {
padding-bottom: 1rem;
}