From 59a0c40beb6033846a3b3aad03409cb9574a86fd Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 10 Dec 2017 08:20:59 -0800 Subject: [PATCH] adding new invoices. --- resources/public/index.html | 2 +- src/cljs/auto_ap/db.cljs | 1 + src/cljs/auto_ap/effects.cljs | 4 ++- src/cljs/auto_ap/events.cljs | 20 +++++++++++ src/cljs/auto_ap/routes.cljs | 3 +- src/cljs/auto_ap/subs.cljs | 5 +++ src/cljs/auto_ap/views.cljs | 64 +++++++++++++++++++++++++++++++++-- 7 files changed, 94 insertions(+), 5 deletions(-) diff --git a/resources/public/index.html b/resources/public/index.html index 3e6e7bea..f9d5f40a 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -12,7 +12,7 @@