Add Details component

This commit is contained in:
Marshall Bowers 2023-10-09 11:55:27 -04:00
parent d956bd3743
commit 42e9800bde
5 changed files with 76 additions and 0 deletions

View file

@ -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::*;