added simple factory

This commit is contained in:
2024-03-02 19:18:18 +01:00
parent a8bde9b439
commit da5fcc9887
4 changed files with 81 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#[rustfmt::skip]
mod config;
mod app;
mod factories;
mod modals;
mod setup;
@@ -46,3 +47,4 @@ fn main() {
app.run::<App>(());
}