Adds new ledger import page

This commit is contained in:
2024-08-26 20:53:21 -07:00
parent c0d173125c
commit 6fd609be3e
16 changed files with 665 additions and 111 deletions

View File

@@ -32,6 +32,8 @@
(def modal-footer dialog/modal-footer-)
(def text-input inputs/text-input-)
(def text-area inputs/text-area-)
(def checkbox inputs/checkbox-)
(def money-input inputs/money-input-)
(def int-input inputs/int-input-)