Now a simple re-frame app

This commit is contained in:
Bryce Covert
2017-12-07 11:23:57 -08:00
parent 275119c362
commit 5b578c11e8
13 changed files with 618 additions and 40 deletions

5
src/cljs/auto_ap/db.cljs Normal file
View File

@@ -0,0 +1,5 @@
(ns auto-ap.db)
(def default-db
{:company {:name "Campbell brewery"}
:invoices #{}})