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:
2020-08-15 19:34:37 +02:00
parent ece95344bf
commit 3697bc567a

View File

@@ -7,8 +7,10 @@
use orbtk::prelude::*; use orbtk::prelude::*;
use crate::data::structures::PolicyCheck; use crate::{
use crate::widgets::policycheck_view::PolicyCheckView; data::structures::PolicyCheck,
widgets::policycheck_view::PolicyCheckView,
};
widget!(MainView { widget!(MainView {
// policy_list: PolicyList, // policy_list: PolicyList,