🎨 Change form_element dir to more ergonomic form
This commit is contained in:
parent
0a03e293a2
commit
0d61c9e045
6 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
mod form;
|
mod form_main;
|
||||||
pub use form::{Form, FormMethod, COMPONENT_FORM};
|
pub use form_main::{Form, FormMethod, COMPONENT_FORM};
|
||||||
|
|
||||||
mod input;
|
mod input;
|
||||||
pub use input::{Input, InputType, COMPONENT_INPUT};
|
pub use input::{Input, InputType, COMPONENT_INPUT};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue