fix: move typings

This commit is contained in:
Arvid Norlin
2024-04-22 14:04:20 +02:00
parent dff21b33cd
commit 7b92be973c
10 changed files with 43 additions and 56 deletions

View File

@@ -15,7 +15,6 @@ export default async function MyStays({ params }: PageArgs<LangParams>) {
subtitle={
"Excited about your next trip? So are we. Below are your upcoming stays with us, complete with all the details you need to make each visit perfect. Can't wait to welcome you back, friend!"
}
link={null}
/>
<PreviousStays
lang={params.lang}
@@ -23,7 +22,6 @@ export default async function MyStays({ params }: PageArgs<LangParams>) {
subtitle={
"Revisit your stays and rekindle those our moments together, with ease."
}
link={null}
/>
</MaxWidth>
)