This commit is contained in:
2023-08-29 21:34:00 +02:00
parent cc327ecbf6
commit 4e962d7f88
5 changed files with 413 additions and 283 deletions

View File

@@ -4,10 +4,6 @@ pub mod home;
pub mod inventory;
pub mod trip;
pub use home::*;
pub use inventory::*;
pub use trip::*;
pub struct Root;
#[derive(PartialEq, Eq)]