fix: breakout header component to blocks header

This commit is contained in:
Christel Westerberg
2024-05-14 11:36:28 +02:00
parent 5d15e5605f
commit 51287c11df
9 changed files with 8 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ import { serverClient } from "@/lib/trpc/server"
import MaxWidth from "@/components/MaxWidth"
import CardGrid from "@/components/TempDesignSystem/CardGrid"
import Header from "../Header"
import Header from "../../Header"
import StayCard from "../StayCard"
import EmptyUpcomingStaysBlock from "./EmptyUpcomingStays"