fmt
This commit is contained in:
@@ -4,7 +4,7 @@ use glam::Vec2;
|
||||
|
||||
use crate::{
|
||||
assets::AssetPath,
|
||||
components::{button::ComponentButton, ComponentTrait},
|
||||
components::{ComponentTrait, button::ComponentButton},
|
||||
globals::WguiGlobals,
|
||||
i18n::Translation,
|
||||
layout::Layout,
|
||||
|
||||
@@ -13,7 +13,7 @@ use crate::{
|
||||
i18n::Translation,
|
||||
layout::{Layout, LayoutTask, LayoutTasks, WidgetPair},
|
||||
parser::{self, Fetchable, ParserState},
|
||||
widget::{div::WidgetDiv, label::WidgetLabel, rectangle::WidgetRectangle, EventResult},
|
||||
widget::{EventResult, div::WidgetDiv, label::WidgetLabel, rectangle::WidgetRectangle},
|
||||
};
|
||||
|
||||
struct OpenedWindow {
|
||||
|
||||
Reference in New Issue
Block a user