summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/gui/components.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_desktop_gui/src/gui/components.rs')
-rw-r--r--schist_desktop_gui/src/gui/components.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/gui/components.rs b/schist_desktop_gui/src/gui/components.rs
index bb5590f..606c418 100644
--- a/schist_desktop_gui/src/gui/components.rs
+++ b/schist_desktop_gui/src/gui/components.rs
@@ -1,3 +1,4 @@
+mod account_navigation_entry;
pub mod balances_view;
pub mod bucket_navigation_entry;
pub mod buckets_view;
@@ -7,6 +8,7 @@ pub mod panel;
pub mod text;
pub mod transactions_view;
+pub use account_navigation_entry::AccountNavigationEntry;
pub use balances_view::BalancesView;
pub use bucket_navigation_entry::BucketNavigationEntry;
pub use buckets_view::BucketsView;