feat: add two and three column grid variants

This commit is contained in:
Christel Westerberg
2024-05-13 15:12:06 +02:00
parent d2eb2a3077
commit 5d15e5605f
11 changed files with 138 additions and 43 deletions

View File

@@ -1,7 +0,0 @@
import type { Lang } from "@/constants/languages"
import type { Stay } from "@/server/routers/user/output"
export type StayListProps = {
stays: Stay[]
lang: Lang
}