This commit is contained in:
2023-05-17 17:47:26 +02:00
parent 4b4a61d3bb
commit f03814e622
2 changed files with 36 additions and 24 deletions

View File

@@ -4,6 +4,8 @@ pub mod home;
pub mod inventory;
pub mod triplist;
mod theme;
pub use home::*;
pub use inventory::*;
pub use triplist::*;