chore: add Apply to prelude

This commit is contained in:
Michael Aaron Murphy 2023-09-01 10:40:59 +02:00 committed by Michael Murphy
parent b805fc894c
commit 796fe3c1a9

View file

@ -6,7 +6,7 @@
/// Recommended default imports.
pub mod prelude {
pub use crate::ext::*;
pub use crate::{Element, Renderer, Theme};
pub use crate::{Also, ApplicationExt, Apply, Element, Renderer, Theme};
}
pub use apply::{Also, Apply};