0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Remove unused component

This commit is contained in:
Florian Schroedl 2024-05-27 11:12:36 +02:00
parent 65563e2d3c
commit 86d7979e1e

View file

@ -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?]}]