mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Remove unused component
This commit is contained in:
@@ -22,14 +22,6 @@
|
|||||||
|
|
||||||
;; Components ------------------------------------------------------------------
|
;; 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/defc labeled-input
|
||||||
{::mf/wrap-props false}
|
{::mf/wrap-props false}
|
||||||
[{:keys [input-ref label default-value on-change auto-focus?]}]
|
[{:keys [input-ref label default-value on-change auto-focus?]}]
|
||||||
|
|||||||
Reference in New Issue
Block a user