adding new invoices.

This commit is contained in:
Bryce Covert
2017-12-10 08:20:59 -08:00
parent 87b89b3528
commit 59a0c40beb
7 changed files with 94 additions and 5 deletions

View File

@@ -5,4 +5,5 @@
:invoices {:pending #{}
:unpaid #{}}
:status {:loading false}
:new-invoice {}
})