feat(SW-68): remove fragment

This commit is contained in:
Fredrik Thorsson
2024-08-08 14:19:52 +02:00
parent b45fc7eb4a
commit b5f0003b1a

View File

@@ -29,7 +29,6 @@ export default async function SelectHotelPage({
const tempSearchTerm = "Stockholm" const tempSearchTerm = "Stockholm"
return ( return (
<>
<main className={styles.main}> <main className={styles.main}>
<section> <section>
<StaticMap <StaticMap
@@ -56,6 +55,5 @@ export default async function SelectHotelPage({
))} ))}
</section> </section>
</main> </main>
</>
) )
} }