more progress on client form.

This commit is contained in:
2022-07-21 08:34:58 -07:00
parent b214a527fa
commit 22a5f2a707
3 changed files with 29 additions and 45 deletions

View File

@@ -2,6 +2,7 @@
(:require [reagent.core :as r]
[clojure.string :as str]
[auto-ap.views.components.multi :as multi]
[auto-ap.views.components.money-field :as money]
[auto-ap.views.components.number :as number]))
@@ -38,3 +39,5 @@
(def multi-field-v2 multi/multi-field-v2)
(def number-input number/number-input)
(def money-input money/field)