summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/gui/components.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-01-25 18:18:35 +0000
committerJoe Carstairs <me@joeac.net>2026-01-26 08:31:02 +0000
commite35e6d8ba4a7685af6a24b7cd3e77ff19e5f7b80 (patch)
treecb8cbc534905c4d4dde979f1919bfead8b5d943b /schist_desktop_gui/src/gui/components.rs
parent409b5bc15951001c6d16c2bcfa747fda25cb3735 (diff)
refactor bucket_navigation_entry
Diffstat (limited to 'schist_desktop_gui/src/gui/components.rs')
-rw-r--r--schist_desktop_gui/src/gui/components.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schist_desktop_gui/src/gui/components.rs b/schist_desktop_gui/src/gui/components.rs
index a242b0b..b0f8faf 100644
--- a/schist_desktop_gui/src/gui/components.rs
+++ b/schist_desktop_gui/src/gui/components.rs
@@ -1,5 +1,5 @@
pub mod balances_view;
-pub mod bucket_name_and_balance;
+pub mod bucket_navigation_entry;
pub mod buckets_view;
pub mod button;
pub mod navigation;
@@ -7,7 +7,7 @@ pub mod text;
pub mod transactions_view;
pub use balances_view::BalancesView;
-pub use bucket_name_and_balance::BucketNameAndBalance;
+pub use bucket_navigation_entry::BucketNavigationEntry;
pub use buckets_view::BucketsView;
pub use button::{active_button, inactive_button, panel_button};
pub use navigation::Navigation;