feat: create a model for subtasks

This commit is contained in:
2024-09-08 19:51:52 +02:00
parent 1be1e8f65a
commit a5a67792d7
11 changed files with 314 additions and 2 deletions

View File

@ -2,3 +2,4 @@ pub(crate) mod error;
pub(crate) mod error_vec;
pub(crate) mod project_error;
pub(crate) mod task_error;
pub(crate) mod subtask_error;