Add Details
component
This commit is contained in:
parent
d956bd3743
commit
42e9800bde
5 changed files with 76 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
mod avatar;
|
||||
mod button;
|
||||
mod details;
|
||||
mod icon;
|
||||
mod input;
|
||||
mod label;
|
||||
|
@ -9,6 +10,7 @@ mod tool_divider;
|
|||
|
||||
pub use avatar::*;
|
||||
pub use button::*;
|
||||
pub use details::*;
|
||||
pub use icon::*;
|
||||
pub use input::*;
|
||||
pub use label::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue