chore(color_picker): specify imports

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:21:38 +02:00 committed by Michael Murphy
parent 21cc4124f0
commit 2c680c8ae0

View file

@ -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 {