implement factory for toolbox_apps

This commit is contained in:
2022-04-18 12:02:33 +02:00
parent a3eb0e6ae2
commit 0648ec2dce
5 changed files with 122 additions and 335 deletions

View File

@@ -2,3 +2,4 @@ pub mod messages;
pub mod model;
pub mod update;
pub mod widgets;
pub mod factory;