feat(mod): remove state controller and custom event handlers modules

This commit is contained in:
doryan 2024-08-09 15:10:40 +04:00
parent be14fae2e4
commit e46e83f723

View File

@ -1,4 +1,2 @@
pub mod controller;
pub mod view_utils;
pub mod model_utils;
pub mod event_handlers;
pub mod view_utils;