Export Form component

This commit is contained in:
Thomas Gideon 2021-11-08 11:46:56 -05:00
parent 164186f766
commit f2daf8df1f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bootstrap-rs"
version = "0.5.0"
version = "0.5.1"
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
edition = "2018"

View File

@ -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,