fmt
Some checks failed
CI / Check / Test (push) Has been cancelled

This commit is contained in:
2026-06-03 10:14:53 +02:00
parent c18d4eebc1
commit c798b851dc

View File

@@ -42,10 +42,11 @@ use application::ports::HtmlPageContext;
use domain::models::ExportFormat; use domain::models::ExportFormat;
use domain::{errors::DomainError, value_objects::UserId}; use domain::{errors::DomainError, value_objects::UserId};
use template_askama::{ use template_askama::{
ActivityFeedTemplate, EmbedProfileTemplate, IntegrationsTemplate, LoginTemplate, MonthlyRatingRow, ActivityFeedTemplate, EmbedProfileTemplate, IntegrationsTemplate, LoginTemplate,
MovieDetailTemplate, NewReviewTemplate, ProfileSettingsTemplate, ProfileTemplate, MonthlyRatingRow, MovieDetailTemplate, NewReviewTemplate, ProfileSettingsTemplate,
RegisterTemplate, RemoteActorData, RemoteActorDisplay, UserSummaryView, UsersTemplate, ProfileTemplate, RegisterTemplate, RemoteActorData, RemoteActorDisplay, UserSummaryView,
WatchQueueTemplate, WatchlistTemplate, bar_height_px, build_heatmap, build_page_items, UsersTemplate, WatchQueueTemplate, WatchlistTemplate, bar_height_px, build_heatmap,
build_page_items,
}; };
#[cfg(feature = "federation")] #[cfg(feature = "federation")]
use template_askama::{ use template_askama::{