From aae9e194fb3275ad74323a7f6b63b6c3b99201b1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 29 Aug 2026 10:21:53 +0100 Subject: task-001: adds input component --- schist_desktop_gui/src/gui/components.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'schist_desktop_gui/src/gui/components.rs') 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; -- cgit v1.2.3