feat: SW-65 Working on booking widget wrapper component

This commit is contained in:
Hrishikesh Vaipurkar
2024-07-25 16:04:35 +02:00
parent 9796ff29c5
commit 2afab6a33d
6 changed files with 175 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { BookingWidgetSchema } from "@/components/BookingWidget/schema"
export type bwFormProps = {
data: BookingWidgetSchema
}