Skip to content

Commit 89672fa

Browse files
committed
Update BookingPage.mjs
1 parent e55ed4f commit 89672fa

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Gallery.Server/wwwroot/modules/locode/components/BookingPage.mjs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { inject, ref } from "vue"
2-
import { app } from "app"
32
import { QueryCoupons } from "/types/mjs"
43

5-
const BookingPage = {
4+
export const BookingPage = {
65
template:/*html*/`
76
<div>
87
<h1 class="py-8 text-center text-3xl text-indigo-700 font-semibold">Custom Bookings AutoQueryGrid</h1>
@@ -30,6 +29,4 @@ const BookingPage = {
3029
const close = () => coupon.value = null
3130
return { coupon, showCoupon, close }
3231
}
33-
}
34-
35-
app.components({ BookingPage })
32+
}

0 commit comments

Comments
 (0)