diff options
| author | joeac <me@joeac.net> | 2026-02-28 08:50:46 +0000 |
|---|---|---|
| committer | joeac <me@joeac.net> | 2026-02-28 08:50:46 +0000 |
| commit | 342dadaf91093c1ce9c3ad248a2952ed3cde4de6 (patch) | |
| tree | 0546aa27e558c498cbc730a6f1854f11e9fa844b /schist_desktop_gui/src/gui/components.rs | |
| parent | 65596363d43995bf2002d4aa8405d84484f2542b (diff) | |
| parent | f3659bd8e9d5e20528aaa1e0e7c1b206fb0eb31c (diff) | |
Merge pull request 'task-085: view transactions in desktop GUI' (#5) from task-085 into main
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/5
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; |
