From 92dcb1003b83e20b19b15623616398ec1a17f4c7 Mon Sep 17 00:00:00 2001 From: John Mitchell <6656977+StarArawn@users.noreply.github.com> Date: Sat, 26 Nov 2022 09:12:20 -0500 Subject: [PATCH] Fixed formatting. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 463f9dc..d6e61f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,6 +42,7 @@ pub mod prelude { pub use crate::children::KChildren; pub use crate::clone_component::PreviousWidget; pub use crate::context::*; + pub use crate::cursor::*; pub use crate::event::*; pub use crate::event_dispatcher::{EventDispatcher, EventDispatcherContext}; pub use crate::focus_tree::Focusable; @@ -59,7 +60,6 @@ pub mod prelude { pub use crate::widget_context::*; pub use crate::widget_state::*; pub use crate::widgets; - pub use crate::cursor::*; pub use kayak_font::Alignment; pub use kayak_ui_macros::{constructor, rsx}; } -- GitLab