diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2025-12-13 02:51:15 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2025-12-13 02:51:15 +0100 |
| commit | 8323fdd73272a2882781aba3c499ba0be3dff2a6 (patch) | |
| tree | ffbf86473933e69cfaeef30d5c6ea7e5b494856c /src/core/print/ui/mod.rs | |
Diffstat (limited to 'src/core/print/ui/mod.rs')
| -rw-r--r-- | src/core/print/ui/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/print/ui/mod.rs b/src/core/print/ui/mod.rs new file mode 100644 index 0000000..b134f6e --- /dev/null +++ b/src/core/print/ui/mod.rs @@ -0,0 +1,3 @@ +pub mod print_dialog; + +// PrintDialog is re-exported at crate::core::print level |
