feat: add placeholder data

This commit is contained in:
Fredrik Thorsson
2024-07-05 14:20:51 +02:00
parent c21fa39fe5
commit 2f1f81530a
4 changed files with 80 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
import HotelCard from "@/components/HotelReservation/SelectHotel/HotelCard"
import { LangParams, PageArgs } from "@/types/params"
export default function HotelReservationPage({ params }: PageArgs<LangParams>) {