marie-magic #501

Merged
philipp merged 4 commits from marie-magic into main 2024-05-16 22:46:45 +02:00
Showing only changes of commit 3097d99e00 - Show all commits

View File

@ -10,10 +10,9 @@ use tera::Context;
use crate::model::{
log::Log,
logbook::Logbook,
tripdetails::TripDetails,
triptype::TripType,
user::{AllowedForPlannedTripsUser, User, UserWithDetails, SCHECKBUCH},
user::{AllowedForPlannedTripsUser, User, UserWithDetails},
usertrip::{UserTrip, UserTripDeleteError, UserTripError},
};