chore: update my stays to new MVP design

This commit is contained in:
Matilda Landström
2024-04-26 14:53:17 +02:00
parent 38d65f7b37
commit 861ad26f21
8 changed files with 30 additions and 76 deletions

View File

@@ -3,6 +3,5 @@ import type { Stay } from "../myPage/stay"
export type StayCardProps = {
lang: Lang
shouldShowDayCount?: boolean
stay: Stay
}