mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
extract layout and apply to all pages
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
import React from 'react'
|
||||
import Footer from '../components/footer'
|
||||
import Header from '../components/header'
|
||||
import Layout from '../components/layout'
|
||||
import Wizard from '../components/wizard/index'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<main className="main">
|
||||
<Wizard />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
<Layout>
|
||||
<h1 className="mb-3 text-xl font-extrabold">Buchungsanfrage</h1>
|
||||
<Wizard />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user