started work on bank comparisons.

This commit is contained in:
2024-04-26 21:51:56 -07:00
parent 227acba4e2
commit c8f438f616
10 changed files with 147 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
(ns auto-ap.routes.dashboard)
(def routes {""
{:get ::page }})