mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
not sure but it seems to work
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user