diff --git a/crates/theme_selector/src/theme_selector.rs b/crates/theme_selector/src/theme_selector.rs index ba5d703f40f06367ee6b0fb7b8784aa5654da1bd..ca7fc41cbeb2c9db8f66687cf016acb947e705b5 100644 --- a/crates/theme_selector/src/theme_selector.rs +++ b/crates/theme_selector/src/theme_selector.rs @@ -5,9 +5,9 @@ use gpui::{ }; use picker::{Picker, PickerDelegate}; use settings::{settings_file::SettingsFile, Settings}; +use staff_mode::StaffMode; use std::sync::Arc; use theme::{Theme, ThemeMeta, ThemeRegistry}; -use staff_mode::StaffMode; use workspace::{AppState, Workspace}; pub struct ThemeSelector {