Add processing, results, and settings UI screens

This commit is contained in:
2026-03-06 11:10:38 +02:00
parent d36f90565e
commit 86307aeefc
3 changed files with 395 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
mod app;
mod processing;
mod settings;
mod step_indicator;
mod steps;
mod wizard;