mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
Remove unused component
This commit is contained in:
parent
65563e2d3c
commit
86d7979e1e
1 changed files with 0 additions and 8 deletions
|
@ -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?]}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue