feat: add mobile ui to calendar

This commit is contained in:
Simon Emanuelsson
2024-09-27 17:44:36 +02:00
parent 73eddcf4b7
commit 1380dec6e3
32 changed files with 1005 additions and 296 deletions

View File

@@ -29,7 +29,7 @@ export const bookingWidgetSchema = z.object({
// This will be updated when working in guests component
z.object({
adults: z.number().default(1),
childs: z.array(
children: z.array(
z.object({
age: z.number(),
bed: z.number(),