create create/delete/view function for boats

This commit is contained in:
2023-07-22 13:57:17 +02:00
parent 6e61cce1ec
commit c0bb6d51de
8 changed files with 438 additions and 4 deletions

View File

@ -7,6 +7,7 @@ use self::{
trip::{Trip, TripWithUserAndType},
};
pub mod boat;
pub mod log;
pub mod planned_event;
pub mod trip;