widgets/main_view: update use statement for our crate
* just a style update Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
|
||||
use orbtk::prelude::*;
|
||||
|
||||
use crate::data::structures::PolicyCheck;
|
||||
use crate::widgets::policycheck_view::PolicyCheckView;
|
||||
use crate::{
|
||||
data::structures::PolicyCheck,
|
||||
widgets::policycheck_view::PolicyCheckView,
|
||||
};
|
||||
|
||||
widget!(MainView {
|
||||
// policy_list: PolicyList,
|
||||
|
||||
Reference in New Issue
Block a user