diff --git a/frontend/src/controls_panel.rs b/frontend/src/controls_panel.rs
index 3d5e8bc..d55e722 100644
--- a/frontend/src/controls_panel.rs
+++ b/frontend/src/controls_panel.rs
@@ -1,4 +1,4 @@
-use crate::{Layout, Filename};
+use crate::{Filename, Layout};
use std::cell::Cell;
use std::mem;
use std::ops::Not;
diff --git a/frontend/src/header_panel.rs b/frontend/src/header_panel.rs
index bed257a..d12c60e 100644
--- a/frontend/src/header_panel.rs
+++ b/frontend/src/header_panel.rs
@@ -1,6 +1,6 @@
-use zoon::*;
-use crate::{platform, script_bridge, Layout, Filename};
+use crate::{platform, script_bridge, Filename, Layout};
use std::rc::Rc;
+use zoon::*;
pub struct HeaderPanel {
hierarchy: Mutable