feat: basic themes for event sites

This commit is contained in:
Björn Fromme
2025-12-12 13:13:36 +01:00
parent b1ff6989ec
commit e9c1dd8b9d
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,
) {}
) {
}
}