add a wizard

This commit is contained in:
Thomas Ruoff
2020-07-06 00:27:02 +02:00
parent 298427b777
commit cbfb421c02
6 changed files with 157 additions and 136 deletions

View File

@@ -2,15 +2,7 @@ import { useContext } from 'react'
import Head from 'next/head'
import AppStore from '../context/appStore'
import RangeSelect from '../components/rangeSelect'
import DateSelect from '../components/dateSelect'
import Contact from '../components/contact'
import Driver from '../components/driver'
import Form from 'react-bootstrap/Form'
import Button from 'react-bootstrap/Button'
import Wizard from '../components/wizard'
export default function Home() {
return (
@@ -25,15 +17,7 @@ export default function Home() {
<p>Du willst das Pfadi Bussle buchen? Hier bist du richtig!</p>
<AppStore>
<Form>
<RangeSelect />
<DateSelect />
<Contact />
<Button variant="primary">Reservieren</Button>
</Form>
</AppStore>
<Wizard />
</main>
<footer>