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 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user