mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
added app context with reducer
This commit is contained in:
@@ -17,18 +17,6 @@ export default function Contact({}) {
|
||||
<label htmlFor="destination">Fahrtziel</label>
|
||||
<input id="destination" name="destination" type="text" />
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="driver1">Fahrer 1</label>
|
||||
<input id="driver1" name="driver1" type="text" />
|
||||
<label htmlFor="driver">Alter</label>
|
||||
<input id="ageDriver1" name="ageDriver1" type="number" min="20" />
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="driver">Fahrer 2</label>
|
||||
<input id="driver2" name="driver2" type="text" />
|
||||
<label htmlFor="driver">Alter</label>
|
||||
<input id="ageDriver2" name="ageDriver2" type="number" min="20" />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user