Remove unused imports

This commit is contained in:
Mikayla 2023-11-17 23:14:14 -08:00
parent f9804feefa
commit 55dbcf2039
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ use std::{
sync::{atomic::AtomicUsize, Arc},
time::Duration,
};
use theme2::{default_color_scales, ActiveTheme, ThemeSettings};
use theme2::{ActiveTheme, ThemeSettings};
pub use toolbar::{ToolbarItemEvent, ToolbarItemLocation, ToolbarItemView};
pub use ui;
use util::ResultExt;