We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0ee6c commit e55ed4fCopy full SHA for e55ed4f
1 file changed
…dules/locode/components/BookingsGrid.mjs …odules/locode/components/BookingPage.mjsGallery.Server/wwwroot/modules/locode/components/BookingsGrid.mjs renamed to Gallery.Server/wwwroot/modules/locode/components/BookingPage.mjs
@@ -2,7 +2,7 @@
2
import { app } from "app"
3
import { QueryCoupons } from "/types/mjs"
4
5
-const BookingGrid = {
+const BookingPage = {
6
template:/*html*/`
7
<div>
8
<h1 class="py-8 text-center text-3xl text-indigo-700 font-semibold">Custom Bookings AutoQueryGrid</h1>
@@ -32,4 +32,4 @@ const BookingGrid = {
32
}
33
34
35
-app.components({ BookingGrid })
+app.components({ BookingPage })
0 commit comments