diff options
| author | Joe Carstairs <me@joeac.net> | 2025-08-25 16:35:45 +0000 |
|---|---|---|
| committer | joeac <me@joeac.net> | 2025-08-25 16:35:45 +0000 |
| commit | fe85652e4d3e8906824baddaafd05d19105579b8 (patch) | |
| tree | 31b56e31cbf289a34ec1d6707becf3c60933b56f /schist_desktop_gui/src/dialog.rs | |
| parent | d082a30de6a0cbd1fbe2ab5a4316db0891004129 (diff) | |
task-072
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/3
Co-authored-by: Joe Carstairs <me@joeac.net>
Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_desktop_gui/src/dialog.rs')
| -rw-r--r-- | schist_desktop_gui/src/dialog.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/dialog.rs b/schist_desktop_gui/src/dialog.rs new file mode 100644 index 0000000..e2704be --- /dev/null +++ b/schist_desktop_gui/src/dialog.rs @@ -0,0 +1,7 @@ +mod import_from_actualbudget_dialog; +mod new_file_dialog; +mod pick_file_dialog; + +pub use import_from_actualbudget_dialog::import_from_actualbudget_dialog; +pub use new_file_dialog::new_file_dialog; +pub use pick_file_dialog::pick_file_dialog; |
