diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-29 10:21:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-29 10:22:20 +0100 |
| commit | aae9e194fb3275ad74323a7f6b63b6c3b99201b1 (patch) | |
| tree | 8d818214a6088917a00cd8c716f3e48fd0bfe029 /schist_desktop_gui/src/gui/components.rs | |
| parent | b56a9528c11ddca00dd8549a21986b453a353577 (diff) | |
task-001: adds input component
Diffstat (limited to 'schist_desktop_gui/src/gui/components.rs')
| -rw-r--r-- | schist_desktop_gui/src/gui/components.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/gui/components.rs b/schist_desktop_gui/src/gui/components.rs index 8ad5caa..d8866b5 100644 --- a/schist_desktop_gui/src/gui/components.rs +++ b/schist_desktop_gui/src/gui/components.rs @@ -3,6 +3,7 @@ pub mod balances_view; pub mod bucket_navigation_entry; pub mod buckets_view; pub mod button; +pub mod input; pub mod navigation; pub mod new_transaction_form; pub mod panel; |
