Remove unused imports
This commit is contained in:
parent
898645681f
commit
4d87a67af8
5 changed files with 16 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
|||
pub mod file_associations;
|
||||
mod project_panel_settings;
|
||||
use settings::{Settings, SettingsStore};
|
||||
use settings::Settings;
|
||||
|
||||
use db::kvp::KEY_VALUE_STORE;
|
||||
use editor::{scroll::autoscroll::Autoscroll, Cancel, Editor};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue