From d8cc9b96e44c4b8d76469fbdfa24f927fe7d84e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 22:52:08 +0000 Subject: [PATCH] Update src/templates/hotel/page.tsx --- src/templates/hotel/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx index 04a627a..0e00e88 100644 --- a/src/templates/hotel/page.tsx +++ b/src/templates/hotel/page.tsx @@ -1,4 +1,4 @@ -import { HeroBillboardCarousel } from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; export default function HotelPage() { return ( -- 2.49.1