Refactor task_report.rs

This commit is contained in:
Dheepak Krishnamurthy 2020-10-27 15:04:07 -06:00
parent 6fc4f8a325
commit 03b5cdb7ca
3 changed files with 234 additions and 227 deletions

View file

@ -4,6 +4,7 @@
mod app;
mod calendar;
mod task_report;
mod help;
mod config;
mod table;