not sure but it seems to work

This commit is contained in:
Thomas Ruoff
2025-03-26 22:10:46 +01:00
parent 0db0339a55
commit eb9a297a09
15 changed files with 1459 additions and 1697 deletions

View File

@@ -1,10 +1,11 @@
import Layout from '../components/layout'
import Book from '../components/book'
export default function Home() {
return (
<>
<Layout>
<h1 className="text-xl font-extrabold mb-6">Buchungsanfrage</h1>
<Book />
</>
</Layout>
)
}
}