Initial commit

This commit is contained in:
2021-12-30 15:54:48 +00:00
commit e6841826f2
16 changed files with 1401 additions and 0 deletions

3
src/templates/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod about;
pub mod index;
pub mod list_tasks;