diff --git a/components/MyPages/Blocks/Overview/UpcomingStays/index.tsx b/components/MyPages/Blocks/Overview/UpcomingStays/index.tsx index 699dd24e0..592276300 100644 --- a/components/MyPages/Blocks/Overview/UpcomingStays/index.tsx +++ b/components/MyPages/Blocks/Overview/UpcomingStays/index.tsx @@ -1,12 +1,11 @@ import { _ } from "@/lib/translation" import { serverClient } from "@/lib/trpc/server" +import StayCard from "@/components/MyPages/Blocks/Stays/StayCard" +import EmptyUpcomingStaysBlock from "@/components/MyPages/Blocks/Stays/Upcoming/EmptyUpcomingStays" import Title from "@/components/MyPages/Title" import Link from "@/components/TempDesignSystem/Link" -import StayCard from "../../Stays/StayCard" -import EmptyUpcomingStaysBlock from "../../Stays/Upcoming/EmptyUpcomingStays" - import styles from "./upcoming.module.css" import type { LangParams } from "@/types/params"