Checkpoint
This commit is contained in:
parent
fd10b49742
commit
70a91c5426
6 changed files with 92 additions and 71 deletions
|
@ -7,6 +7,7 @@ use std::{marker::PhantomData, rc::Rc};
|
|||
mod avatar;
|
||||
mod icon_button;
|
||||
mod tab;
|
||||
mod text_button;
|
||||
mod tool_divider;
|
||||
|
||||
pub use avatar::avatar;
|
||||
|
@ -14,6 +15,8 @@ pub use avatar::Avatar;
|
|||
pub use icon_button::icon_button;
|
||||
pub use tab::tab;
|
||||
pub use tab::Tab;
|
||||
pub use text_button::text_button;
|
||||
pub use text_button::TextButton;
|
||||
pub use tool_divider::tool_divider;
|
||||
pub use tool_divider::ToolDivider;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue