Remove unused imports
This commit is contained in:
parent
f9804feefa
commit
55dbcf2039
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue