diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-08 15:15:24 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-08 15:15:24 +0000 |
| commit | d5f1554949321f2ebfda89efe39b0477a6ff2e55 (patch) | |
| tree | 0fbb780f8df2c4c742c0b602febacd2a2d9684c8 /schist_desktop_gui/src/gui/components.rs | |
| parent | d21a2500813b3fea4892fff9dbbf572e37b5d70d (diff) | |
task-085: transactions view has transactions
Diffstat (limited to 'schist_desktop_gui/src/gui/components.rs')
| -rw-r--r-- | schist_desktop_gui/src/gui/components.rs | 2 |
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; |
