style(desktop): sort imports in theme.rs

This commit is contained in:
Maze Winther 2026-07-24 14:14:15 +02:00
parent 91c714c469
commit 96cad76ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {