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 crate::data::structures::PolicyCheck;
use crate::widgets::policycheck_view::PolicyCheckView;
use crate::{
data::structures::PolicyCheck,
widgets::policycheck_view::PolicyCheckView,
};
widget!(MainView {
// policy_list: PolicyList,