chore(color_picker): specify imports
This commit is contained in:
parent
21cc4124f0
commit
2c680c8ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ pub mod card;
|
|||
pub use card::*;
|
||||
|
||||
pub mod color_picker;
|
||||
pub use color_picker::*;
|
||||
pub use color_picker::{ColorPicker, ColorPickerModel};
|
||||
|
||||
pub use column::{column, Column};
|
||||
pub mod column {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue