diff options
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; |
