chore: make Stays title prop optional

This commit is contained in:
Arvid Norlin
2024-04-24 10:52:46 +02:00
parent 265f55ca9a
commit dd2127749a
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
export type HeaderProps = {
title: string
title?: string
subtitle?: string
link?: { href: string; text: string }
}