Skip to content
Snippets Groups Projects
Commit b74bf3c3 authored by IceSentry's avatar IceSentry
Browse files

remove unnecessary imports

parent 6108a4e9
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ use kayak_ui::bevy::{BevyContext, BevyKayakUIPlugin, FontMapping, UICameraBundle ...@@ -9,7 +9,7 @@ use kayak_ui::bevy::{BevyContext, BevyKayakUIPlugin, FontMapping, UICameraBundle
use kayak_ui::core::{ use kayak_ui::core::{
render, rsx, render, rsx,
styles::{Style, StyleProp, Units}, styles::{Style, StyleProp, Units},
widget, Bound, Index, MutableBound, widget, Index,
}; };
use kayak_ui::widgets::{App, OnChange, TextBox, Window}; use kayak_ui::widgets::{App, OnChange, TextBox, Window};
......
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