fix: comments

This commit is contained in:
Christel Westerberg
2024-05-30 15:21:20 +02:00
parent 15b56fd0dd
commit 0a3272f75a
9 changed files with 10 additions and 371 deletions
@@ -1,3 +1,5 @@
import { Lang } from "@/constants/languages"
import type { Image } from "@/types/image"
import type {
CurrentHeaderLink,
@@ -13,4 +15,5 @@ export type MainMenuProps = {
languageSwitcher: React.ReactNode
bookingHref: string
isLoggedIn: boolean
lang: Lang
}