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:
parent
65563e2d3c
commit
86d7979e1e
1 changed files with 0 additions and 8 deletions
|
@ -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?]}]
|
||||
|
|
Loading…
Add table
Reference in a new issue