made it possible to change layouts.

This commit is contained in:
Bryce Covert
2017-12-19 19:31:13 -08:00
parent 043e558a51
commit b1414ebe60
6 changed files with 120 additions and 54 deletions

View File

@@ -2,6 +2,7 @@
(:require [bidi.bidi :as bidi]))
(def routes ["/" {"" :index
"login/" :login
"invoices/" {"" :invoices
"import" :import-invoices
"unpaid" :unpaid-invoices