mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
move Layout into _app.tsx
This commit is contained in:
committed by
Thomas Ruoff
parent
7389289b81
commit
2fd3a47e72
@@ -1,11 +1,10 @@
|
||||
import Layout from '../components/layout'
|
||||
import Book from '../components/book'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout>
|
||||
<>
|
||||
<h1 className="mb-3 text-xl font-extrabold">Buchungsanfrage</h1>
|
||||
<Book />
|
||||
</Layout>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user