chore: various fixes and some cleanup
This commit is contained in:
parent
e10459fb37
commit
e8d53b14ea
27 changed files with 1181 additions and 107 deletions
|
|
@ -127,6 +127,10 @@ pub use color_picker::{ColorPicker, ColorPickerModel};
|
|||
#[doc(inline)]
|
||||
pub use iced::widget::qr_code;
|
||||
|
||||
mod cards;
|
||||
#[doc(inline)]
|
||||
pub use cards::cards;
|
||||
|
||||
pub mod context_drawer;
|
||||
#[doc(inline)]
|
||||
pub use context_drawer::{ContextDrawer, context_drawer};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue