feat: basic themes for event sites

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent c7a27f1dc7
commit ee84690cd9
28 changed files with 1158 additions and 157 deletions
+2 -1
View File
@@ -25,5 +25,6 @@ readonly class BookingQueryParams
#[SerializedName('r')]
public ?string $returnUrl = null,
) {}
) {
}
}