Should fix builds

This commit is contained in:
2024-02-07 22:28:22 -08:00
parent 56215621c9
commit 8c61d6571a
16 changed files with 32 additions and 23 deletions

View File

@@ -91,10 +91,6 @@
(when (p/can? @(re-frame/subscribe [::subs/user]) {:subject :ledger-page})
(balance-sheet-page)))
(defmethod page :admin-vendors [_]
(when (p/can? @(re-frame/subscribe [::subs/user]) {:subject :admin-page})
(admin-vendors-page)))
(defmethod page :index [_]
(home-page))