fixed long nested vars in the ui

This commit is contained in:
2026-03-17 09:15:21 +01:00
parent 6c8fc7268b
commit 68cd6543b3
11 changed files with 200 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
use thiserror::Error;
use std::io;
use thiserror::Error;
/// Custom error types for the mould application.
#[derive(Error, Debug)]