Skip to content

Commit e55ed4f

Browse files
committed
rename to BookingPage
1 parent ad0ee6c commit e55ed4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gallery.Server/wwwroot/modules/locode/components/BookingsGrid.mjs renamed to Gallery.Server/wwwroot/modules/locode/components/BookingPage.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { app } from "app"
33
import { QueryCoupons } from "/types/mjs"
44

5-
const BookingGrid = {
5+
const BookingPage = {
66
template:/*html*/`
77
<div>
88
<h1 class="py-8 text-center text-3xl text-indigo-700 font-semibold">Custom Bookings AutoQueryGrid</h1>
@@ -32,4 +32,4 @@ const BookingGrid = {
3232
}
3333
}
3434

35-
app.components({ BookingGrid })
35+
app.components({ BookingPage })

0 commit comments

Comments
 (0)