style(desktop): sort imports in theme.rs
This commit is contained in:
parent
91c714c469
commit
96cad76ed2
|
|
@ -1,6 +1,6 @@
|
|||
use std::{f32::consts::PI, sync::OnceLock};
|
||||
|
||||
use gpui::{Hsla, Rems, Rgba, Window, WindowAppearance, rems};
|
||||
use gpui::{rems, Hsla, Rems, Rgba, Window, WindowAppearance};
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub struct SemanticColors {
|
||||
|
|
|
|||
Loading…
Reference in New Issue