mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
10 lines
189 B
TypeScript
10 lines
189 B
TypeScript
import Book from '../components/book'
|
|
|
|
export default function Home() {
|
|
return (
|
|
<>
|
|
<h1 className="text-xl font-extrabold mb-6">Buchungsanfrage</h1>
|
|
<Book />
|
|
</>
|
|
)
|
|
} |