Skip to content
Snippets Groups Projects
Commit 92dcb100 authored by John Mitchell's avatar John Mitchell
Browse files

Fixed formatting.

parent 30d3049c
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ pub mod prelude { ...@@ -42,6 +42,7 @@ pub mod prelude {
pub use crate::children::KChildren; pub use crate::children::KChildren;
pub use crate::clone_component::PreviousWidget; pub use crate::clone_component::PreviousWidget;
pub use crate::context::*; pub use crate::context::*;
pub use crate::cursor::*;
pub use crate::event::*; pub use crate::event::*;
pub use crate::event_dispatcher::{EventDispatcher, EventDispatcherContext}; pub use crate::event_dispatcher::{EventDispatcher, EventDispatcherContext};
pub use crate::focus_tree::Focusable; pub use crate::focus_tree::Focusable;
...@@ -59,7 +60,6 @@ pub mod prelude { ...@@ -59,7 +60,6 @@ pub mod prelude {
pub use crate::widget_context::*; pub use crate::widget_context::*;
pub use crate::widget_state::*; pub use crate::widget_state::*;
pub use crate::widgets; pub use crate::widgets;
pub use crate::cursor::*;
pub use kayak_font::Alignment; pub use kayak_font::Alignment;
pub use kayak_ui_macros::{constructor, rsx}; pub use kayak_ui_macros::{constructor, rsx};
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment