From e35e6d8ba4a7685af6a24b7cd3e77ff19e5f7b80 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 25 Jan 2026 18:18:35 +0000 Subject: refactor bucket_navigation_entry --- schist_desktop_gui/src/gui/components.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schist_desktop_gui/src/gui/components.rs') 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; -- cgit v1.2.3