diff --git a/frontend/src/app/main/ui/workspace/tokens/common.cljs b/frontend/src/app/main/ui/workspace/tokens/common.cljs index 39fc4f58b..19b409f36 100644 --- a/frontend/src/app/main/ui/workspace/tokens/common.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/common.cljs @@ -22,14 +22,6 @@ ;; Components ------------------------------------------------------------------ -(mf/defc input - {::mf/wrap-props false} - [{:keys [type placeholder] - :or {type "text"}}] - [:input {:type type - :class (stl/css :input) - :placeholder placeholder}]) - (mf/defc labeled-input {::mf/wrap-props false} [{:keys [input-ref label default-value on-change auto-focus?]}]