feat(SW-240): refactor booking widget

This commit is contained in:
Fredrik Thorsson
2024-08-14 18:46:07 +02:00
parent 5a0d1c6d7b
commit 00a5465485
8 changed files with 209 additions and 181 deletions

View File

@@ -1,5 +1,5 @@
import { z } from "zod"
import { bookingWidgetSchema } from "@/components/BookingWidget/schema"
import { bookingWidgetSchema } from "@/components/Forms/BookingWidget/schema"
export type BookingWidgetSchema = z.output<typeof bookingWidgetSchema>