Deprecate the component widget

This commit is contained in:
Héctor Ramón Jiménez 2024-09-05 15:08:08 +02:00
parent eada3b8bf2
commit 9426418adb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 14 additions and 159 deletions

View file

@ -4,6 +4,7 @@ pub(crate) mod helpers;
pub mod component;
pub mod responsive;
#[allow(deprecated)]
pub use component::Component;
pub use responsive::Responsive;