Export Form component
This commit is contained in:
parent
164186f766
commit
f2daf8df1f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bootstrap-rs"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ pub use self::{
|
|||
button::{Button, ButtonGroup, ButtonToolbar},
|
||||
card::{Card, CardBody, CardHeader, CardText},
|
||||
container::Container,
|
||||
form::FormGroup,
|
||||
form::{Form, FormGroup},
|
||||
input::{Input, InputGroup, TextArea},
|
||||
jumbotron::Jumbotron,
|
||||
props::Props,
|
||||
|
|
Loading…
Reference in a new issue