fix: remove conflicting iced text_input from reexports

This commit is contained in:
Ashley Wulber 2023-08-29 14:53:42 -04:00 committed by Ashley Wulber
parent 6a07e341ca
commit 984d545546

View file

@ -12,7 +12,6 @@ pub use iced::widget::{radio, Radio};
pub use iced::widget::{row, Row};
pub use iced::widget::{slider, Slider};
pub use iced::widget::{space, Space};
pub use iced::widget::{text_input, TextInput};
pub mod aspect_ratio;