Move lights and info tasks to module
This commit is contained in:
5
backend/src/tasks/mod.rs
Normal file
5
backend/src/tasks/mod.rs
Normal file
@ -0,0 +1,5 @@
|
||||
pub mod info;
|
||||
pub mod lights;
|
||||
|
||||
pub use info::info_task;
|
||||
pub use lights::lights_task;
|
||||
Reference in New Issue
Block a user