define ui module in ui.rs rather than generic mod.rs

Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
This commit is contained in:
Fabrizio Iannetti 2022-12-09 19:36:57 +01:00
parent 1a2b7936c2
commit 150216a920
2 changed files with 1 additions and 1 deletions

1
src/ui.rs Normal file
View File

@ -0,0 +1 @@
pub mod calendar;

View File

@ -1 +0,0 @@
pub mod calendar;