]> uap-core.de Git - note.git/commitdiff
remove unused imports main
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 26 Jul 2026 18:43:06 +0000 (20:43 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sun, 26 Jul 2026 18:43:06 +0000 (20:43 +0200)
application/note/src/window.rs

index 3c01d765a21f9781a5d0ca910a9e73e72ae91b85..db2bf6619d04c70effdc7a8bc3b4ebd3e2462c4d 100644 (file)
 
 use std::any::Any;
 use backend::backend::{BackendHandle, BroadcastMessage, NoteId};
-use ui_rs::{action, button, grid, hbox, label, sidebar, sourcelist, tableview, tabview, textarea, textfield, ui_actions, UiModel};
+use ui_rs::{action, button, grid, hbox, label, sourcelist, tableview, tabview, textarea, textfield, ui_actions, UiModel};
 use ui_rs::ui::*;
 use crate::{App, AppStates};
 use entity::collection::{Model as Collection, Node};
 use crate::newnotebook::new_notebook_dialog;
-use crate::notebook::{notelist_getvalue, NoteItem, Notebook, NotebookItem};
+use crate::notebook::{notelist_getvalue, Notebook, NotebookItem};
 
 #[derive(UiModel)]
 pub struct MainWindow {