boatshouse functionality, fixes #183
All checks were successful
CI/CD Pipeline / test (push) Successful in 10m13s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-03-08 13:13:20 +01:00
parent 7e6b577315
commit 3deb1e40fc
10 changed files with 292 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use self::{
pub mod boat;
pub mod boatdamage;
pub mod boathouse;
pub mod family;
pub mod location;
pub mod log;