diff options
| author | Joe Carstairs <me@joeac.net> | 2025-08-25 16:35:45 +0000 |
|---|---|---|
| committer | joeac <me@joeac.net> | 2025-08-25 16:35:45 +0000 |
| commit | fe85652e4d3e8906824baddaafd05d19105579b8 (patch) | |
| tree | 31b56e31cbf289a34ec1d6707becf3c60933b56f /schist_desktop_gui/src/gui/components.rs | |
| parent | d082a30de6a0cbd1fbe2ab5a4316db0891004129 (diff) | |
task-072
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/3
Co-authored-by: Joe Carstairs <me@joeac.net>
Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_desktop_gui/src/gui/components.rs')
| -rw-r--r-- | schist_desktop_gui/src/gui/components.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_desktop_gui/src/gui/components.rs b/schist_desktop_gui/src/gui/components.rs index fc3c838..a242b0b 100644 --- a/schist_desktop_gui/src/gui/components.rs +++ b/schist_desktop_gui/src/gui/components.rs @@ -9,7 +9,7 @@ pub mod transactions_view; pub use balances_view::BalancesView; pub use bucket_name_and_balance::BucketNameAndBalance; pub use buckets_view::BucketsView; -pub use button::{active_button, inactive_button}; +pub use button::{active_button, inactive_button, panel_button}; pub use navigation::Navigation; pub use text::Text; pub use transactions_view::TransactionsView; |
