Remove unused imports

This commit is contained in:
Conrad Irwin 2024-01-13 22:44:47 -07:00
parent 898645681f
commit 4d87a67af8
5 changed files with 16 additions and 28 deletions

View file

@ -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};