feat: booking confirmation page with hardcoded data
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { default } from "../../page"
|
||||
@@ -0,0 +1,3 @@
|
||||
export default function ConfirmedBookingSlot() {
|
||||
return null
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export { default } from "../page"
|
||||
Reference in New Issue
Block a user